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

/httpd/server/
H A Dutil.c189 AP_DECLARE(int) ap_strcmp_match(const char *str, const char *expected) function
202 if ((ret = ap_strcmp_match(&str[x++], &expected[y])) != 1)

Completed in 20 milliseconds