Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.h33 #define NGX_HTTP_VAR_WEAK 16 macro
H A Dngx_http_variables.c432 if (!(flags & NGX_HTTP_VAR_WEAK)) { in ngx_http_add_variable()
433 v->flags &= ~NGX_HTTP_VAR_WEAK; in ngx_http_add_variable()
499 if (!(flags & NGX_HTTP_VAR_WEAK)) { in ngx_http_add_prefix_variable()
500 v->flags &= ~NGX_HTTP_VAR_WEAK; in ngx_http_add_prefix_variable()
2646 || (av->flags & NGX_HTTP_VAR_WEAK)) in ngx_http_variables_init_vars()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c913 NGX_HTTP_VAR_CHANGEABLE|NGX_HTTP_VAR_WEAK); in ngx_http_rewrite_set()