Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c793 ngx_http_script_var_code_t *code; in ngx_http_script_add_var_code()
838 ngx_http_script_var_code_t *code; in ngx_http_script_copy_var_len_code()
840 code = (ngx_http_script_var_code_t *) e->ip; in ngx_http_script_copy_var_len_code()
842 e->ip += sizeof(ngx_http_script_var_code_t); in ngx_http_script_copy_var_len_code()
864 ngx_http_script_var_code_t *code; in ngx_http_script_copy_var_code()
866 code = (ngx_http_script_var_code_t *) e->ip; in ngx_http_script_copy_var_code()
868 e->ip += sizeof(ngx_http_script_var_code_t); in ngx_http_script_copy_var_code()
1709 ngx_http_script_var_code_t *code; in ngx_http_script_set_var_code()
1711 code = (ngx_http_script_var_code_t *) e->ip; in ngx_http_script_set_var_code()
1713 e->ip += sizeof(ngx_http_script_var_code_t); in ngx_http_script_set_var_code()
[all …]
H A Dngx_http_script.h98 } ngx_http_script_var_code_t; typedef
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c866 ngx_http_script_var_code_t *var_code; in ngx_http_rewrite_variable()
878 sizeof(ngx_http_script_var_code_t)); in ngx_http_rewrite_variable()
898 ngx_http_script_var_code_t *vcode; in ngx_http_rewrite_set()
947 sizeof(ngx_http_script_var_code_t)); in ngx_http_rewrite_set()