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

/httpd/server/
H A Dutil_debug.c88 #if defined(ap_strstr_c)
89 #undef ap_strstr_c macro
90 AP_DECLARE(const char *) ap_strstr_c(const char *s, const char *c);
93 AP_DECLARE(const char *) ap_strstr_c(const char *s, const char *c) function
/httpd/include/
H A Dhttpd.h2235 AP_DECLARE(const char *) ap_strstr_c(const char *s, const char *c);
2276 # define ap_strstr_c(s, c) strstr(s, c) macro

Completed in 396 milliseconds