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

/httpd/server/
H A Dutil_debug.c58 #if defined(ap_strrchr)
59 #undef ap_strrchr macro
60 AP_DECLARE(char *) ap_strrchr(char *s, int c);
63 AP_DECLARE(char *) ap_strrchr(char *s, int c) function
/httpd/include/
H A Dhttpd.h2232 AP_DECLARE(char *) ap_strrchr(char *s, int c);
2244 # define strrchr(s, c) ap_strrchr(s,c)
2270 # define ap_strrchr(s, c) strrchr(s, c) macro

Completed in 18 milliseconds