MCPcopy 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
93AP_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_keyFunction · 0.85
cache_check_freshnessFunction · 0.85
cache_save_filterFunction · 0.85
dav_fs_parse_locktokenFunction · 0.85
get_cookie_paramFunction · 0.85
proxy_match_wordFunction · 0.85
ap_proxy_interpolateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected