Searched refs:named_captures (Results 1 – 5 of 5) sorted by relevance
36 int named_captures; member
157 n = pcre_fullinfo(re, NULL, PCRE_INFO_NAMECOUNT, &rc->named_captures); in ngx_regex_compile()163 if (rc->named_captures == 0) { in ngx_regex_compile()
1929 if (rgc.named_captures > 0) { in ngx_http_ssi_regex_match()1942 for (i = 0; i < (ngx_uint_t) rgc.named_captures; i++, p += size) { in ngx_http_ssi_regex_match()
989 n = (ngx_uint_t) rc->named_captures; in ngx_stream_regex_compile()
2452 n = (ngx_uint_t) rc->named_captures; in ngx_http_regex_compile()