Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.h113 extern ngx_http_variable_value_t ngx_http_variable_true_value;
H A Dngx_http_script.c1464 *res = ngx_http_variable_true_value; in ngx_http_script_equal_code()
1499 *res = ngx_http_variable_true_value; in ngx_http_script_not_equal_code()
1639 *value = ngx_http_variable_true_value; in ngx_http_script_file_code()
H A Dngx_http_variables.c388 ngx_http_variable_value_t ngx_http_variable_true_value = variable
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_browser_module.c388 *v = ngx_http_variable_true_value; in ngx_http_msie_variable()
512 conf->modern_browser_value = &ngx_http_variable_true_value; in ngx_http_browser_merge_conf()
520 conf->ancient_browser_value = &ngx_http_variable_true_value; in ngx_http_browser_merge_conf()
H A Dngx_http_referer_module.c240 *v = ngx_http_variable_true_value; in ngx_http_referer_variable()