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

/httpd/modules/ssl/
H A Dssl_util_ssl.c346 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/server/
H A Drequest.c334 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/metadata/
H A Dmod_mime_magic.c1512 * 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...]

Completed in 384 milliseconds