Home
last modified time | relevance | path

Searched refs:var_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.c866 ngx_http_script_var_code_t *var_code; in ngx_http_rewrite_variable() local
877 var_code = ngx_http_script_start_code(cf->pool, &lcf->codes, in ngx_http_rewrite_variable()
879 if (var_code == NULL) { in ngx_http_rewrite_variable()
883 var_code->code = ngx_http_script_var_code; in ngx_http_rewrite_variable()
884 var_code->index = index; in ngx_http_rewrite_variable()