Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h105 } ngx_http_script_var_handler_code_t; typedef
H A Dngx_http_script.c1744 ngx_http_script_var_handler_code_t *code; in ngx_http_script_var_set_handler_code()
1749 code = (ngx_http_script_var_handler_code_t *) e->ip; in ngx_http_script_var_set_handler_code()
1751 e->ip += sizeof(ngx_http_script_var_handler_code_t); in ngx_http_script_var_set_handler_code()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c899 ngx_http_script_var_handler_code_t *vhcode; in ngx_http_rewrite_set()
934 sizeof(ngx_http_script_var_handler_code_t)); in ngx_http_rewrite_set()