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

/macosx-10.10/apache-793/httpd/server/
H A Dutil_debug.c39 #undef ap_strchr macro
43 AP_DECLARE(char *) ap_strchr(char *s, int c) function
/macosx-10.10/apache-793/httpd/include/
H A Dhttpd.h2150 # define ap_strchr(s, c) strchr(s, c) macro

Completed in 54 milliseconds