Searched refs:ap_strcmp_match (Results 1 - 7 of 7) sorted by relevance
| /httpd/modules/ssl/ |
| H A D | ssl_engine_log.c | 60 && ap_strcmp_match(error, ssl_log_annotate[i].cpPattern) != 0)
|
| /httpd/modules/cache/ |
| H A D | mod_file_cache.c | 318 if (ap_strcmp_match(r->handler, "*/*") && !AP_IS_DEFAULT_HANDLER_NAME(r->handler)) {
|
| /httpd/modules/generators/ |
| H A D | mod_autoindex.c | 769 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 D | mod_policy.c | 209 if (!ap_strcmp_match(type, POLICY_DEFAULT_TYPE)) { 216 if (!ap_strcmp_match(type,
|
| /httpd/include/ |
| H A D | httpd.h | 1875 AP_DECLARE(int) ap_strcmp_match(const char *str, const char *expected)
|
| /httpd/server/ |
| H A D | util.c | 189 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 D | lua_request.c | 1648 * ap_strcmp_match (const char *str, const char *expected) 1668 returnValue = ap_strcmp_match(str, expected);
|
Completed in 105 milliseconds