Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h182 } ngx_http_script_file_code_t; typedef
H A Dngx_http_script.c1511 ngx_http_script_file_code_t *code; in ngx_http_script_file_code()
1515 code = (ngx_http_script_file_code_t *) e->ip; in ngx_http_script_file_code()
1516 e->ip += sizeof(ngx_http_script_file_code_t); in ngx_http_script_file_code()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c650 ngx_http_script_file_code_t *fop; in ngx_http_rewrite_if_condition()
800 sizeof(ngx_http_script_file_code_t)); in ngx_http_rewrite_if_condition()