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

/httpd/include/
H A Dap_regex.h99 int re_nsub; member in struct:__anon8
/httpd/server/
H A Dutil_pcre.c169 PCRE_INFO_CAPTURECOUNT, &(preg->re_nsub));
H A Dutil_expr_eval.c320 if (regex->re_nsub > 0) {
/httpd/modules/metadata/
H A Dmod_usertrack.c369 if (dcfg->regexp->re_nsub + 1 != NUM_SUBS) {
/httpd/modules/lua/
H A Dlua_request.c1154 if (regex.re_nsub > MODLUA_MAX_REG_MATCH) {
1159 regex.re_nsub, MODLUA_MAX_REG_MATCH);
1171 for (i = 0; i <= regex.re_nsub; i++) {
/httpd/modules/filters/
H A Dmod_include.c983 re->nsub = compiled->re_nsub;

Completed in 1622 milliseconds