Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c159 n = nv * (2 * sizeof(ngx_http_script_copy_code_t) in ngx_http_compile_complex_value()
167 n = (nv * (2 * sizeof(ngx_http_script_copy_code_t) in ngx_http_compile_complex_value()
596 n = sc->variables * (2 * sizeof(ngx_http_script_copy_code_t) in ngx_http_script_init_arrays()
607 n = (sc->variables * (2 * sizeof(ngx_http_script_copy_code_t) in ngx_http_script_init_arrays()
715 ngx_http_script_copy_code_t *code; in ngx_http_script_add_copy_code()
756 ngx_http_script_copy_code_t *code; in ngx_http_script_copy_len_code()
758 code = (ngx_http_script_copy_code_t *) e->ip; in ngx_http_script_copy_len_code()
760 e->ip += sizeof(ngx_http_script_copy_code_t); in ngx_http_script_copy_len_code()
770 ngx_http_script_copy_code_t *code; in ngx_http_script_copy_code()
772 code = (ngx_http_script_copy_code_t *) e->ip; in ngx_http_script_copy_code()
[all …]
H A Dngx_http_script.h92 } ngx_http_script_copy_code_t; typedef
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_scgi_module.c1627 ngx_http_script_copy_code_t *copy; in ngx_http_scgi_init_params()
1733 sizeof(ngx_http_script_copy_code_t)); in ngx_http_scgi_init_params()
1743 sizeof(ngx_http_script_copy_code_t)); in ngx_http_scgi_init_params()
1753 size = (sizeof(ngx_http_script_copy_code_t) in ngx_http_scgi_init_params()
1765 p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t); in ngx_http_scgi_init_params()
H A Dngx_http_uwsgi_module.c1896 ngx_http_script_copy_code_t *copy; in ngx_http_uwsgi_init_params()
2002 sizeof(ngx_http_script_copy_code_t)); in ngx_http_uwsgi_init_params()
2012 sizeof(ngx_http_script_copy_code_t)); in ngx_http_uwsgi_init_params()
2022 size = (sizeof(ngx_http_script_copy_code_t) in ngx_http_uwsgi_init_params()
2034 p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t); in ngx_http_uwsgi_init_params()
H A Dngx_http_fastcgi_module.c3167 ngx_http_script_copy_code_t *copy; in ngx_http_fastcgi_init_params()
3273 sizeof(ngx_http_script_copy_code_t)); in ngx_http_fastcgi_init_params()
3283 sizeof(ngx_http_script_copy_code_t)); in ngx_http_fastcgi_init_params()
3293 size = (sizeof(ngx_http_script_copy_code_t) in ngx_http_fastcgi_init_params()
3305 p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t); in ngx_http_fastcgi_init_params()
H A Dngx_http_grpc_module.c4375 ngx_http_script_copy_code_t *copy; in ngx_http_grpc_init_headers()
4464 sizeof(ngx_http_script_copy_code_t)); in ngx_http_grpc_init_headers()
4473 size = (sizeof(ngx_http_script_copy_code_t) in ngx_http_grpc_init_headers()
4485 p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t); in ngx_http_grpc_init_headers()
H A Dngx_http_proxy_module.c3449 ngx_http_script_copy_code_t *copy; in ngx_http_proxy_init_headers()
3532 sizeof(ngx_http_script_copy_code_t)); in ngx_http_proxy_init_headers()
3541 size = (sizeof(ngx_http_script_copy_code_t) in ngx_http_proxy_init_headers()
3553 p = (u_char *) copy + sizeof(ngx_http_script_copy_code_t); in ngx_http_proxy_init_headers()