Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
AP_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_socache
Function · 0.85
cache_canonicalise_key
Function · 0.85
ap_cache_tokstr
Function · 0.85
cache_strqtok
Function · 0.85
add_cache_disable
Function · 0.85
dav_xml_escape_uri
Function · 0.85
dav_set_name
Function · 0.85
ap_cgi_build_command
Function · 0.85
ap_cgi_build_command
Function · 0.85
find_ct
Function · 0.85
check_string
Function · 0.85
note_cookie_auth_failure
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected