Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ ap_strstr
Function
ap_strstr
server/util_debug.c:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
#endif
82
83
AP_DECLARE(char *) ap_strstr(char *s, const char *c)
84
{
85
return strstr(s,c);
86
}
87
88
#if defined(ap_strstr_c)
89
#undef ap_strstr_c
Callers
3
next_substitution
Function · 0.85
use_macro
Function · 0.85
get_body
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected