Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/httpd
/ ap_strstr_c
Function
ap_strstr_c
server/util_debug.c:93–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
#endif
92
93
AP_DECLARE(const char *) ap_strstr_c(const char *s, const char *c)
94
{
95
return strstr(s,c);
96
}
97
98
#if defined(ap_get_module_config)
99
#undef ap_get_module_config
Callers
15
cache_canonicalise_key
Function · 0.85
cache_check_freshness
Function · 0.85
cache_save_filter
Function · 0.85
cache_insert_error_filter
Function · 0.85
dav_generic_parse_locktoken
Function · 0.85
dav_fs_parse_locktoken
Function · 0.85
get_cookie_param
Function · 0.85
proxy_match_word
Function · 0.85
ap_proxy_checkproxyblock2
Function · 0.85
ap_proxy_location_reverse_map
Function · 0.85
ap_proxy_define_worker_ex
Function · 0.85
ap_proxy_interpolate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected