| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_array.h | 25 ngx_array_t *ngx_array_create(ngx_pool_t *p, ngx_uint_t n, size_t size);
|
| H A D | ngx_array.c | 13 ngx_array_create(ngx_pool_t *p, ngx_uint_t n, size_t size) in ngx_array_create() function
|
| H A D | ngx_conf_file.c | 1104 *a = ngx_array_create(cf->pool, 4, sizeof(ngx_str_t)); in ngx_conf_set_str_array_slot() 1141 *a = ngx_array_create(cf->pool, 4, sizeof(ngx_keyval_t)); in ngx_conf_set_keyval_slot()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_access_module.c | 333 ascf->rules = ngx_array_create(cf->pool, 4, in ngx_stream_access_rule() 354 ascf->rules6 = ngx_array_create(cf->pool, 4, in ngx_stream_access_rule() 376 ascf->rules_un = ngx_array_create(cf->pool, 1, in ngx_stream_access_rule()
|
| H A D | ngx_stream_script.c | 465 *sc->flushes = ngx_array_create(sc->cf->pool, n, sizeof(ngx_uint_t)); in ngx_stream_script_init_arrays() 476 *sc->lengths = ngx_array_create(sc->cf->pool, n, 1); in ngx_stream_script_init_arrays() 490 *sc->values = ngx_array_create(sc->cf->pool, n, 1); in ngx_stream_script_init_arrays()
|
| H A D | ngx_stream_upstream.c | 370 uscf->servers = ngx_array_create(cf->pool, 4, in ngx_stream_upstream() 643 uscf->servers = ngx_array_create(cf->pool, 1, in ngx_stream_upstream_add()
|
| H A D | ngx_stream_realip_module.c | 194 rscf->from = ngx_array_create(cf->pool, 2, in ngx_stream_realip_from()
|
| H A D | ngx_stream_ssl_module.c | 846 conf->certificate_values = ngx_array_create(cf->pool, nelts, in ngx_stream_ssl_compile_certificates() 852 conf->certificate_key_values = ngx_array_create(cf->pool, nelts, in ngx_stream_ssl_compile_certificates()
|
| H A D | ngx_stream_log_module.c | 1001 lscf->logs = ngx_array_create(cf->pool, 2, sizeof(ngx_stream_log_t)); in ngx_stream_log_set_log() 1295 fmt->flushes = ngx_array_create(cf->pool, 4, sizeof(ngx_int_t)); in ngx_stream_log_set_format() 1300 fmt->ops = ngx_array_create(cf->pool, 16, sizeof(ngx_stream_log_op_t)); in ngx_stream_log_set_format()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_access_module.c | 343 alcf->rules = ngx_array_create(cf->pool, 4, in ngx_http_access_rule() 364 alcf->rules6 = ngx_array_create(cf->pool, 4, in ngx_http_access_rule() 386 alcf->rules_un = ngx_array_create(cf->pool, 1, in ngx_http_access_rule()
|
| H A D | ngx_http_index_module.c | 418 conf->indices = ngx_array_create(cf->pool, 1, sizeof(ngx_http_index_t)); in ngx_http_index_merge_loc_conf() 474 ilcf->indices = ngx_array_create(cf->pool, 2, sizeof(ngx_http_index_t)); in ngx_http_index_set_index()
|
| H A D | ngx_http_mirror_module.c | 231 mlcf->mirror = ngx_array_create(cf->pool, 4, sizeof(ngx_str_t)); in ngx_http_mirror()
|
| H A D | ngx_http_browser_module.c | 560 bcf->modern_browsers = ngx_array_create(cf->pool, 5, in ngx_http_modern_browser() 646 bcf->ancient_browsers = ngx_array_create(cf->pool, 4, in ngx_http_ancient_browser()
|
| H A D | ngx_http_referer_module.c | 599 rlcf->regex = ngx_array_create(cf->pool, 2, sizeof(ngx_regex_elt_t)); in ngx_http_add_regex_referer() 652 rlcf->server_name_regex = ngx_array_create(cf->pool, 2, in ngx_http_add_regex_server_name()
|
| H A D | ngx_http_log_module.c | 1152 fmt->ops = ngx_array_create(cf->pool, 16, sizeof(ngx_http_log_op_t)); in ngx_http_log_create_main_conf() 1209 conf->logs = ngx_array_create(cf->pool, 2, sizeof(ngx_http_log_t)); in ngx_http_log_merge_loc_conf() 1269 llcf->logs = ngx_array_create(cf->pool, 2, sizeof(ngx_http_log_t)); in ngx_http_log_set_log() 1566 fmt->flushes = ngx_array_create(cf->pool, 4, sizeof(ngx_int_t)); in ngx_http_log_set_format() 1571 fmt->ops = ngx_array_create(cf->pool, 16, sizeof(ngx_http_log_op_t)); in ngx_http_log_set_format()
|
| H A D | ngx_http_auth_request_module.c | 404 arcf->vars = ngx_array_create(cf->pool, 1, in ngx_http_auth_request_set()
|
| H A D | ngx_http_ssl_module.c | 892 conf->certificate_values = ngx_array_create(cf->pool, nelts, in ngx_http_ssl_compile_certificates() 898 conf->certificate_key_values = ngx_array_create(cf->pool, nelts, in ngx_http_ssl_compile_certificates()
|
| H A D | ngx_http_realip_module.c | 333 rlcf->from = ngx_array_create(cf->pool, 2, in ngx_http_realip_from()
|
| H A D | ngx_http_proxy_module.c | 3271 conf->redirects = ngx_array_create(cf->pool, 1, in ngx_http_proxy_merge_loc_conf() 3467 headers->lengths = ngx_array_create(cf->pool, 64, 1); in ngx_http_proxy_init_headers() 3472 headers->values = ngx_array_create(cf->pool, 512, 1); in ngx_http_proxy_init_headers() 3766 plcf->redirects = ngx_array_create(cf->pool, 1, in ngx_http_proxy_redirect() 3899 plcf->cookie_domains = ngx_array_create(cf->pool, 1, in ngx_http_proxy_cookie_domain() 3986 plcf->cookie_paths = ngx_array_create(cf->pool, 1, in ngx_http_proxy_cookie_path()
|
| H A D | ngx_http_headers_filter_module.c | 806 *headers = ngx_array_create(cf->pool, 1, in ngx_http_headers_add()
|
| H A D | ngx_http_geoip_module.c | 864 gcf->proxies = ngx_array_create(cf->pool, 4, sizeof(ngx_cidr_t)); in ngx_http_geoip_proxy()
|
| H A D | ngx_http_geo_module.c | 812 a = ngx_array_create(ctx->temp_pool, 64, in ngx_http_geo_add_range() 1305 ctx->proxies = ngx_array_create(ctx->pool, 4, sizeof(ngx_cidr_t)); in ngx_http_geo_add_proxy()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_script.c | 316 *a = ngx_array_create(cf->pool, 1, sizeof(ngx_http_complex_value_t)); in ngx_http_set_predicate_slot() 589 *sc->flushes = ngx_array_create(sc->cf->pool, n, sizeof(ngx_uint_t)); in ngx_http_script_init_arrays() 600 *sc->lengths = ngx_array_create(sc->cf->pool, n, 1); in ngx_http_script_init_arrays() 614 *sc->values = ngx_array_create(sc->cf->pool, n, 1); in ngx_http_script_init_arrays() 675 *codes = ngx_array_create(pool, 256, 1); in ngx_http_script_start_code()
|
| H A D | ngx_http.c | 1153 cmcf->ports = ngx_array_create(cf->temp_pool, 2, in ngx_http_add_listen() 1930 *types = ngx_array_create(cf->temp_pool, 1, sizeof(ngx_hash_key_t)); in ngx_http_types_slot() 2059 *types = ngx_array_create(cf->temp_pool, 1, sizeof(ngx_hash_key_t)); in ngx_http_set_default_types()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_module.c | 482 h2lcf->pushes = ngx_array_create(cf->pool, 1, in ngx_http_v2_push()
|