Home
last modified time | relevance | path

Searched refs:root_prefix (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_script.h50 unsigned root_prefix:1; member
69 unsigned root_prefix:1; member
H A Dngx_stream_script.c133 && (ccv->conf_prefix || ccv->root_prefix)) in ngx_stream_compile_complex_value()
140 ccv->root_prefix = 0; in ngx_stream_compile_complex_value()
194 sc.root_prefix = ccv->root_prefix; in ngx_stream_compile_complex_value()
518 if (sc->conf_prefix || sc->root_prefix) { in ngx_stream_script_done()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h59 unsigned root_prefix:1; member
81 unsigned root_prefix:1; member
H A Dngx_http_script.c132 && (ccv->conf_prefix || ccv->root_prefix)) in ngx_http_compile_complex_value()
139 ccv->root_prefix = 0; in ngx_http_compile_complex_value()
193 sc.root_prefix = ccv->root_prefix; in ngx_http_compile_complex_value()
642 if (sc->conf_prefix || sc->root_prefix) { in ngx_http_script_done()