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

Function ap_strchr

server/util_debug.c:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41#endif
42
43AP_DECLARE(char *) ap_strchr(char *s, int c)
44{
45 return strchr(s,c);
46}
47
48#if defined(ap_strchr_c)
49#undef ap_strchr_c

Callers 15

dav_parse_rangeFunction · 0.85
check_dbm_pwFunction · 0.85
get_dbm_realm_hashFunction · 0.85
get_dbm_grpFunction · 0.85
ip_parse_configFunction · 0.85
allow_cmdFunction · 0.85
looks_like_an_argumentFunction · 0.85
proxy_fcgi_canonFunction · 0.85
send_environmentFunction · 0.85
set_proxy_paramFunction · 0.85
uwsgi_canonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected