Home
last modified time | relevance | path

Searched refs:ngx_http_get_indexed_variable (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_variables.h52 ngx_http_variable_value_t *ngx_http_get_indexed_variable(ngx_http_request_t *r,
H A Dngx_http_script.c845 value = ngx_http_get_indexed_variable(e->request, code->index); in ngx_http_script_copy_var_len_code()
873 value = ngx_http_get_indexed_variable(e->request, code->index); in ngx_http_script_copy_var_code()
H A Dngx_http_variables.c590 ngx_http_get_indexed_variable(ngx_http_request_t *r, ngx_uint_t index) in ngx_http_get_indexed_variable() function
655 return ngx_http_get_indexed_variable(r, index); in ngx_http_get_flushed_variable()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c956 value = ngx_http_get_indexed_variable(r, data); in ngx_http_log_variable_getlen()
975 value = ngx_http_get_indexed_variable(r, op->data); in ngx_http_log_variable()
1057 value = ngx_http_get_indexed_variable(r, data); in ngx_http_log_json_variable_getlen()
1077 value = ngx_http_get_indexed_variable(r, op->data); in ngx_http_log_json_variable()
1097 value = ngx_http_get_indexed_variable(r, data); in ngx_http_log_unescaped_variable_getlen()
1115 value = ngx_http_get_indexed_variable(r, op->data); in ngx_http_log_unescaped_variable()
H A Dngx_http_userid_filter_module.c473 vv = ngx_http_get_indexed_variable(r, ngx_http_userid_reset_index); in ngx_http_userid_create_uid()
H A Dngx_http_memcached_module.c250 vv = ngx_http_get_indexed_variable(r, mlcf->index); in ngx_http_memcached_create_request()
H A Dngx_http_charset_filter_module.c371 vv = ngx_http_get_indexed_variable(r, charset - NGX_HTTP_CHARSET_VAR); in ngx_http_destination_charset()
451 vv = ngx_http_get_indexed_variable(r, charset - NGX_HTTP_CHARSET_VAR); in ngx_http_source_charset()