Home
last modified time | relevance | path

Searched defs:ap_strchr_c (Results 1 – 5 of 5) sorted by relevance

/dports/www/htdigest/httpd-2.4.6/server/
H A Dutil_debug.c53 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c) in ap_strchr_c() function
/dports/www/apache24/httpd-2.4.53/server/
H A Dutil_debug.c53 AP_DECLARE(const char *) ap_strchr_c(const char *s, int c) in ap_strchr_c() function
/dports/www/mod_log_sql/mod_log_sql-1.101/
H A Dapache13.h65 #define ap_strchr_c strchr macro
/dports/www/htdigest/httpd-2.4.6/include/
H A Dhttpd.h2144 # define ap_strchr_c(s, c) strchr(s, c) macro
/dports/www/apache24/httpd-2.4.53/include/
H A Dhttpd.h2346 # define ap_strchr_c(s, c) strchr(s, c) macro