Searched refs:ap_strstr (Results 1 - 3 of 3) 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
/httpd/modules/core/
H A Dmod_macro.c396 char *found = ap_strstr((char *) buf, tab[i]);
838 if (ap_strstr((char *) cmd->config_file->name, recursion)) {

Completed in 1355 milliseconds