Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.h189 } ngx_http_script_if_code_t; typedef
H A Dngx_http_script.c1421 ngx_http_script_if_code_t *code; in ngx_http_script_if_code()
1423 code = (ngx_http_script_if_code_t *) e->ip; in ngx_http_script_if_code()
1436 e->ip += sizeof(ngx_http_script_if_code_t); in ngx_http_script_if_code()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_rewrite_module.c538 ngx_http_script_if_code_t *if_code; in ngx_http_rewrite_if()
588 if_code = ngx_array_push_n(lcf->codes, sizeof(ngx_http_script_if_code_t)); in ngx_http_rewrite_if()
626 if_code = (ngx_http_script_if_code_t *) in ngx_http_rewrite_if()