Searched refs:ngx_http_script_compile_t (Results 1 – 12 of 12) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.c | 13 static ngx_int_t ngx_http_script_init_arrays(ngx_http_script_compile_t *sc); 14 static ngx_int_t ngx_http_script_done(ngx_http_script_compile_t *sc); 15 static ngx_int_t ngx_http_script_add_copy_code(ngx_http_script_compile_t *sc, 17 static ngx_int_t ngx_http_script_add_var_code(ngx_http_script_compile_t *sc, 25 ngx_http_script_add_full_name_code(ngx_http_script_compile_t *sc); 113 ngx_http_script_compile_t sc; in ngx_http_compile_complex_value() 182 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_compile_complex_value() 361 ngx_http_script_compile(ngx_http_script_compile_t *sc) in ngx_http_script_compile() 583 ngx_http_script_init_arrays(ngx_http_script_compile_t *sc) in ngx_http_script_init_arrays() 627 ngx_http_script_done(ngx_http_script_compile_t *sc) in ngx_http_script_done() [all …]
|
| H A D | ngx_http_script.h | 63 } ngx_http_script_compile_t; typedef 223 ngx_int_t ngx_http_script_compile(ngx_http_script_compile_t *sc);
|
| H A D | ngx_http_core_module.c | 4250 ngx_http_script_compile_t sc; in ngx_http_core_root() 4317 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_core_root()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_try_files_module.c | 299 ngx_http_script_compile_t sc; in ngx_http_try_files() 330 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_try_files()
|
| H A D | ngx_http_rewrite_module.c | 306 ngx_http_script_compile_t sc; in ngx_http_rewrite() 383 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_rewrite() 964 ngx_http_script_compile_t sc; in ngx_http_rewrite_value() 1000 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_rewrite_value()
|
| H A D | ngx_http_index_module.c | 471 ngx_http_script_compile_t sc; in ngx_http_index_set_index() 524 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_index_set_index()
|
| H A D | ngx_http_scgi_module.c | 1626 ngx_http_script_compile_t sc; in ngx_http_scgi_init_params() 1769 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_scgi_init_params() 1827 ngx_http_script_compile_t sc; in ngx_http_scgi_pass() 1844 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_scgi_pass() 1885 ngx_http_script_compile_t sc; in ngx_http_scgi_store() 1913 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_scgi_store()
|
| H A D | ngx_http_uwsgi_module.c | 1895 ngx_http_script_compile_t sc; in ngx_http_uwsgi_init_params() 2038 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_uwsgi_init_params() 2097 ngx_http_script_compile_t sc; in ngx_http_uwsgi_pass() 2114 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_uwsgi_pass() 2178 ngx_http_script_compile_t sc; in ngx_http_uwsgi_store() 2208 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_uwsgi_store()
|
| H A D | ngx_http_proxy_module.c | 2945 ngx_http_script_compile_t sc; in ngx_http_proxy_merge_loc_conf() 3371 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_proxy_merge_loc_conf() 3448 ngx_http_script_compile_t sc; in ngx_http_proxy_init_headers() 3556 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_proxy_init_headers() 3614 ngx_http_script_compile_t sc; in ngx_http_proxy_pass() 3636 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_proxy_pass() 4088 ngx_http_script_compile_t sc; in ngx_http_proxy_store() 4116 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_proxy_store()
|
| H A D | ngx_http_fastcgi_module.c | 3166 ngx_http_script_compile_t sc; in ngx_http_fastcgi_init_params() 3309 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_fastcgi_init_params() 3505 ngx_http_script_compile_t sc; in ngx_http_fastcgi_pass() 3527 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_fastcgi_pass() 3610 ngx_http_script_compile_t sc; in ngx_http_fastcgi_store() 3638 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_fastcgi_store()
|
| H A D | ngx_http_log_module.c | 1252 ngx_http_script_compile_t sc; in ngx_http_log_set_log() 1319 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_log_set_log()
|
| H A D | ngx_http_grpc_module.c | 4374 ngx_http_script_compile_t sc; in ngx_http_grpc_init_headers() 4488 ngx_memzero(&sc, sizeof(ngx_http_script_compile_t)); in ngx_http_grpc_init_headers()
|