ap_strstr        1848 include/httpd.h AP_DECLARE(char *) ap_strstr(char *s, const char *c);
ap_strstr        1858 include/httpd.h # define strstr(s, c)  ap_strstr(s,c)
ap_strstr          77 server/util_debug.c #if defined(ap_strstr)