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

/httpd/modules/filters/
H A Dmod_proxy_html.c378 int num_match; local
488 num_match = 0;
496 ++num_match;
529 ++num_match;
551 if ((num_match > 0) && !(m->flags & M_NOTLAST))
557 num_match = 0; /* reset here since we're working per-rule */
595 ++num_match;
634 ++num_match;
637 if (num_match && (m->flags & M_LAST))

Completed in 15 milliseconds