MCPcopy 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
83AP_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_substitutionFunction · 0.85
use_macroFunction · 0.85
get_bodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected