Home
last modified time | relevance | path

Searched refs:captures_mask (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h49 ngx_uint_t captures_mask; member
H A Dngx_http_script.c387 if (sc->captures_mask & ((ngx_uint_t) 1 << n)) { in ngx_http_script_compile()
391 sc->captures_mask |= (ngx_uint_t) 1 << n; in ngx_http_script_compile()