Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.h54 ngx_http_variable_value_t *ngx_http_get_flushed_variable(ngx_http_request_t *r,
H A Dngx_http_script.c848 value = ngx_http_get_flushed_variable(e->request, code->index); in ngx_http_script_copy_var_len_code()
876 value = ngx_http_get_flushed_variable(e->request, code->index); in ngx_http_script_copy_var_code()
1772 value = ngx_http_get_flushed_variable(e->request, code->index); in ngx_http_script_var_code()
H A Dngx_http_variables.c640 ngx_http_get_flushed_variable(ngx_http_request_t *r, ngx_uint_t index) in ngx_http_get_flushed_variable() function
674 return ngx_http_get_flushed_variable(r, v->index); in ngx_http_get_variable()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_geo_module.c364 v = ngx_http_get_flushed_variable(r, ctx->index); in ngx_http_geo_real_addr()