MCPcopy Create free account
hub / github.com/apache/httpd / ap_strrchr

Function ap_strrchr

server/util_debug.c:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61#endif
62
63AP_DECLARE(char *) ap_strrchr(char *s, int c)
64{
65 return strrchr(s,c);
66}
67
68#if defined(ap_strrchr_c)
69#undef ap_strrchr_c

Callers 4

proxy_fcgi_canonFunction · 0.85
splitout_queryargsFunction · 0.85
check_gzipFunction · 0.85
set_loglevelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected