Home
last modified time | relevance | path

Searched refs:dup_capture (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h61 unsigned dup_capture:1; member
H A Dngx_http_script.c388 sc->dup_capture = 1; in ngx_http_script_compile()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c403 if (sc.variables == 0 && !sc.dup_capture) { in ngx_http_rewrite()