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

/httpd/server/
H A Dutil_debug.c48 #if defined(ap_strchr_c)
49 #undef ap_strchr_c macro
50 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c);
53 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c) function
/httpd/include/
H A Dhttpd.h2231 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c);
2268 # define ap_strchr_c(s, c) strchr(s, c) macro

Completed in 497 milliseconds