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

/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil_debug.c48 #undef ap_strchr_c macro
52 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c) function
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttpd.h1939 # define ap_strchr_c(s, c) strchr(s, c) macro

Completed in 75 milliseconds