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

/macosx-10.10/apache-793/httpd/server/
H A Dutil_debug.c49 #undef ap_strchr_c macro
53 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c) function
/macosx-10.10/apache-793/httpd/include/
H A Dhttpd.h2152 # define ap_strchr_c(s, c) strchr(s, c) macro

Completed in 83 milliseconds