ap_strrchr       1846 include/httpd.h AP_DECLARE(char *) ap_strrchr(char *s, int c);
ap_strrchr       1856 include/httpd.h # define strrchr(s, c)  ap_strrchr(s,c)
ap_strrchr        126 modules/filters/mod_deflate.c                 char *token = ap_strrchr(new_encoding, ',');
ap_strrchr       1673 server/config.c         pattern = ap_strrchr(path, '/');
ap_strrchr         57 server/util_debug.c #if defined(ap_strrchr)