Lines Matching defs:nmatch
1200 int nmatch = 0;
1215 nmatch = entry_core->refs->nelts;
1216 pmatch = apr_palloc(rxpool, nmatch*sizeof(ap_regmatch_t));
1219 if (ap_regexec(entry_core->r, r->filename, nmatch, pmatch, 0)) {
1223 for (i = 0; i < nmatch; i++) {
1437 int nmatch = 0;
1445 nmatch = entry_core->refs->nelts;
1446 pmatch = apr_palloc(rxpool, nmatch*sizeof(ap_regmatch_t));
1449 if (ap_regexec(entry_core->r, r->uri, nmatch, pmatch, 0)) {
1453 for (i = 0; i < nmatch; i++) {
1639 int nmatch = 0;
1647 nmatch = entry_core->refs->nelts;
1648 pmatch = apr_palloc(rxpool, nmatch*sizeof(ap_regmatch_t));
1651 if (ap_regexec(entry_core->r, cache->cached, nmatch, pmatch, 0)) {
1655 for (i = 0; i < nmatch; i++) {