Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c1317 ngx_http_script_full_name_code_t *code; in ngx_http_script_add_full_name_code()
1320 sizeof(ngx_http_script_full_name_code_t), in ngx_http_script_add_full_name_code()
1331 sizeof(ngx_http_script_full_name_code_t), in ngx_http_script_add_full_name_code()
1347 ngx_http_script_full_name_code_t *code; in ngx_http_script_full_name_len_code()
1349 code = (ngx_http_script_full_name_code_t *) e->ip; in ngx_http_script_full_name_len_code()
1351 e->ip += sizeof(ngx_http_script_full_name_code_t); in ngx_http_script_full_name_len_code()
1361 ngx_http_script_full_name_code_t *code; in ngx_http_script_full_name_code()
1365 code = (ngx_http_script_full_name_code_t *) e->ip; in ngx_http_script_full_name_code()
1384 e->ip += sizeof(ngx_http_script_full_name_code_t); in ngx_http_script_full_name_code()
H A Dngx_http_script.h157 } ngx_http_script_full_name_code_t; typedef