MCPcopy Index your code
hub / github.com/apache/httpd / ap_strchr_c

Function ap_strchr_c

server/util_debug.c:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51#endif
52
53AP_DECLARE(const char *) ap_strchr_c(const char *s, int c)
54{
55 return strchr(s,c);
56}
57
58#if defined(ap_strrchr)
59#undef ap_strrchr

Callers 15

set_cache_socacheFunction · 0.85
cache_canonicalise_keyFunction · 0.85
ap_cache_tokstrFunction · 0.85
cache_strqtokFunction · 0.85
add_cache_disableFunction · 0.85
dav_xml_escape_uriFunction · 0.85
dav_set_nameFunction · 0.85
ap_cgi_build_commandFunction · 0.85
ap_cgi_build_commandFunction · 0.85
find_ctFunction · 0.85
check_stringFunction · 0.85
note_cookie_auth_failureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected