Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
AP_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_range
Function · 0.85
check_dbm_pw
Function · 0.85
get_dbm_realm_hash
Function · 0.85
get_dbm_grp
Function · 0.85
ip_parse_config
Function · 0.85
forward_dns_check_authorization
Function · 0.85
allow_cmd
Function · 0.85
looks_like_an_argument
Function · 0.85
proxy_fcgi_canon
Function · 0.85
send_environment
Function · 0.85
set_proxy_param
Function · 0.85
uwsgi_canon
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected