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

/httpd/server/
H A Dutil_debug.c68 #if defined(ap_strrchr_c)
69 #undef ap_strrchr_c macro
70 AP_DECLARE(const char *) ap_strrchr_c(const char *s, int c);
73 AP_DECLARE(const char *) ap_strrchr_c(const char *s, int c) function
/httpd/include/
H A Dhttpd.h2233 AP_DECLARE(const char *) ap_strrchr_c(const char *s, int c);
2272 # define ap_strrchr_c(s, c) strrchr(s, c) macro

Completed in 25 milliseconds