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

/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil_debug.c38 #undef ap_strchr macro
42 AP_DECLARE(char *) ap_strchr(char *s, int c) function
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttpd.h1937 # define ap_strchr(s, c) strchr(s, c) macro

Completed in 112 milliseconds