Home
last modified time | relevance | path

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

/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() local
588 if_code = ngx_array_push_n(lcf->codes, sizeof(ngx_http_script_if_code_t)); in ngx_http_rewrite_if()
589 if (if_code == NULL) { in ngx_http_rewrite_if()
593 if_code->code = ngx_http_script_if_code; in ngx_http_rewrite_if()
608 if_code->loc_conf = NULL; in ngx_http_rewrite_if()
612 if_code->loc_conf = ctx->loc_conf; in ngx_http_rewrite_if()
626 if_code = (ngx_http_script_if_code_t *) in ngx_http_rewrite_if()
627 ((u_char *) if_code + ((u_char *) lcf->codes->elts - elts)); in ngx_http_rewrite_if()
630 if_code->next = (u_char *) lcf->codes->elts + lcf->codes->nelts in ngx_http_rewrite_if()
631 - (u_char *) if_code; in ngx_http_rewrite_if()