Home
last modified time | relevance | path

Searched refs:named_captures (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_regex.h36 int named_captures; member
H A Dngx_regex.c157 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()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c1929 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()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_variables.c989 n = (ngx_uint_t) rc->named_captures; in ngx_stream_regex_compile()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.c2452 n = (ngx_uint_t) rc->named_captures; in ngx_http_regex_compile()