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

/httpd/modules/filters/
H A Dmod_substitute.c149 int have_match = 0; local
161 have_match = 1;
209 if (have_match) {
244 have_match = 1;
289 if (have_match && script->flatten && !force_quick) {
H A Dmod_include.c165 int have_match; member in struct:__anon161
662 if (!re || !re->have_match) {
984 re->have_match = !ap_regexec(compiled, string, AP_MAX_REG_MATCH,
988 return re->have_match;
1611 /* ap_expr_exec_ctx() does not care about re->have_match but only about
1614 if (!re->have_match)
1644 re->have_match = 1;

Completed in 22 milliseconds