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

/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil_debug.c68 #undef ap_strrchr_c macro
72 AP_DECLARE(const char *) ap_strrchr_c(const char *s, int c) function
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttpd.h1943 # define ap_strrchr_c(s, c) strrchr(s, c) macro

Completed in 125 milliseconds