Searched defs:ap_strcasecmp_match (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ | ||
H A D | util.c | 213 AP_DECLARE(int) ap_strcasecmp_match(const char *str, const char *expected) function 226 if ((ret = ap_strcasecmp_match(&str[x++], &expected[y])) != 1) |
Completed in 15 milliseconds