Searched refs:matched (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/ssl/ |
H A D | ssl_util_ssl.c | 346 BOOL matched = FALSE; local 385 matched = TRUE; 393 matched == TRUE ? "" : "NOT ", id[i]); 396 if (matched == TRUE) { 407 matched == TRUE ? "matches" : "does not match", 411 return matched;
|
/httpd/modules/metadata/ |
H A D | mod_mime_magic.c | 1512 * matched continuation. 1613 MODNAME ": rule matched, line=%d type=%d %s", 1652 * This continuation matched. Print its message, with a 1681 MODNAME ": matched after %d rules", rule_counter); 1827 int matched; local 1888 matched = 1; 1892 matched = v != l; 1895 "%lu != %lu = %d", v, l, matched); 1900 matched = v == l; 1903 "%lu == %lu = %d", v, l, matched); [all...] |
/httpd/server/ |
H A D | request.c | 334 ap_conf_vector_t *matched; /* A dir_conf sections we matched */ member in struct:walk_walked_t 339 const char *cached; /* The identifier we matched */ 340 ap_conf_vector_t **dir_conf_tested; /* The sections we matched against */ 936 if (last_walk->matched == sec_ent[sec_idx]) { 961 last_walk->matched = sec_ent[sec_idx]; 1004 if (last_walk->matched == htaccess_conf) { 1030 last_walk->matched = htaccess_conf; 1243 if (last_walk->matched == sec_ent[sec_idx]) { 1268 last_walk->matched [all...] |
/httpd/modules/lua/test/htdocs/ |
H A D | test.lua | 120 r:puts("matched in handle_regex")
|
Completed in 32 milliseconds