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

/httpd/server/
H A Dutil_debug.c33 #if defined (strstr)
34 #undef strstr macro
85 return strstr(s,c);
95 return strstr(s,c);
/httpd/include/
H A Dhttpd.h2245 #undef strstr macro
2246 # define strstr(s, c) ap_strstr(s,c) macro
2274 # define ap_strstr(s, c) strstr(s, c)
2276 # define ap_strstr_c(s, c) strstr(s, c)

Completed in 44 milliseconds