Searched defs:ap_strstr (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dutil_debug.c78 #if defined(ap_strstr)
79 #undef ap_strstr macro
80 AP_DECLARE(char *) ap_strstr(char *s, const char *c);
83 AP_DECLARE(char *) ap_strstr(char *s, const char *c) function
/httpd/include/
H A Dhttpd.h2234 AP_DECLARE(char *) ap_strstr(char *s, const char *c);
2246 # define strstr(s, c) ap_strstr(s,c)
2274 # define ap_strstr(s, c) strstr(s, c) macro

Completed in 826 milliseconds