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

/httpd/modules/ssl/
H A Dssl_engine_log.c60 && ap_strcmp_match(error, ssl_log_annotate[i].cpPattern) != 0)
/httpd/modules/cache/
H A Dmod_file_cache.c318 if (ap_strcmp_match(r->handler, "*/*") && !AP_IS_DEFAULT_HANDLER_NAME(r->handler)) {
/httpd/modules/generators/
H A Dmod_autoindex.c769 if ((path[0] == '^') || (!ap_strcmp_match(path, p->apply_path))) {
774 if (!ap_strcmp_match(path, p->apply_to)) {
895 if (!ap_strcmp_match(path, p->apply_path)
896 && !ap_strcmp_match(tt, ap)) {
/httpd/modules/test/
H A Dmod_policy.c209 if (!ap_strcmp_match(type, POLICY_DEFAULT_TYPE)) {
216 if (!ap_strcmp_match(type,
/httpd/include/
H A Dhttpd.h1875 AP_DECLARE(int) ap_strcmp_match(const char *str, const char *expected)
/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)
/httpd/modules/lua/
H A Dlua_request.c1648 * ap_strcmp_match (const char *str, const char *expected)
1668 returnValue = ap_strcmp_match(str, expected);

Completed in 105 milliseconds