temp_pool         171 core/ngx_conf_file.h     ngx_pool_t           *temp_pool;
temp_pool         243 core/ngx_cycle.c     conf.temp_pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, log);
temp_pool         244 core/ngx_cycle.c     if (conf.temp_pool == NULL) {
temp_pool         721 core/ngx_cycle.c     ngx_destroy_pool(conf.temp_pool);
temp_pool         848 core/ngx_cycle.c     ngx_destroy_pool(conf->temp_pool);
temp_pool         468 core/ngx_hash.c     if (ngx_array_init(&curr_names, hinit->temp_pool, nelts,
temp_pool         475 core/ngx_hash.c     if (ngx_array_init(&next_names, hinit->temp_pool, nelts,
temp_pool         664 core/ngx_hash.c     if (ngx_array_init(&ha->keys, ha->temp_pool, asize, sizeof(ngx_hash_key_t))
temp_pool         670 core/ngx_hash.c     if (ngx_array_init(&ha->dns_wc_head, ha->temp_pool, asize,
temp_pool         677 core/ngx_hash.c     if (ngx_array_init(&ha->dns_wc_tail, ha->temp_pool, asize,
temp_pool         684 core/ngx_hash.c     ha->keys_hash = ngx_pcalloc(ha->temp_pool, sizeof(ngx_array_t) * ha->hsize);
temp_pool         689 core/ngx_hash.c     ha->dns_wc_head_hash = ngx_pcalloc(ha->temp_pool,
temp_pool         695 core/ngx_hash.c     ha->dns_wc_tail_hash = ngx_pcalloc(ha->temp_pool,
temp_pool         793 core/ngx_hash.c         if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4,
temp_pool         848 core/ngx_hash.c             if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4,
temp_pool         862 core/ngx_hash.c         name->data = ngx_pnalloc(ha->temp_pool, name->len);
temp_pool         878 core/ngx_hash.c         p = ngx_pnalloc(ha->temp_pool, last);
temp_pool         914 core/ngx_hash.c         p = ngx_pnalloc(ha->temp_pool, last);
temp_pool         955 core/ngx_hash.c         if (ngx_array_init(keys, ha->temp_pool, 4, sizeof(ngx_str_t)) != NGX_OK)
temp_pool         967 core/ngx_hash.c     name->data = ngx_pnalloc(ha->temp_pool, name->len);
temp_pool          60 core/ngx_hash.h     ngx_pool_t       *temp_pool;
temp_pool          78 core/ngx_hash.h     ngx_pool_t       *temp_pool;
temp_pool        2327 http/modules/ngx_http_fastcgi_module.c     if (ngx_array_init(&headers_names, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
temp_pool        2455 http/modules/ngx_http_fastcgi_module.c     hash.temp_pool = NULL;
temp_pool          41 http/modules/ngx_http_geo_module.c     ngx_pool_t                      *temp_pool;
temp_pool         342 http/modules/ngx_http_geo_module.c     ctx.temp_pool = ngx_create_pool(16384, cf->log);
temp_pool         343 http/modules/ngx_http_geo_module.c     if (ctx.temp_pool == NULL) {
temp_pool         407 http/modules/ngx_http_geo_module.c         ngx_destroy_pool(ctx.temp_pool);
temp_pool         423 http/modules/ngx_http_geo_module.c         ngx_destroy_pool(ctx.temp_pool);
temp_pool         657 http/modules/ngx_http_geo_module.c             a = ngx_array_create(ctx->temp_pool, 64,
temp_pool        1005 http/modules/ngx_http_geo_module.c     gvvn = ngx_palloc(ctx->temp_pool,
temp_pool        1095 http/modules/ngx_http_geo_module.c     file.data = ngx_pnalloc(ctx->temp_pool, name->len + 5);
temp_pool        1324 http/modules/ngx_http_geo_module.c     fm.name = ngx_pnalloc(ctx->temp_pool, ctx->include_name.len + 5);
temp_pool         234 http/modules/ngx_http_map_module.c     ctx.keys.temp_pool = pool;
temp_pool         294 http/modules/ngx_http_map_module.c         hash.temp_pool = NULL;
temp_pool         311 http/modules/ngx_http_map_module.c         hash.temp_pool = pool;
temp_pool         331 http/modules/ngx_http_map_module.c         hash.temp_pool = pool;
temp_pool        2126 http/modules/ngx_http_proxy_module.c     if (ngx_array_init(&headers_names, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
temp_pool        2335 http/modules/ngx_http_proxy_module.c     hash.temp_pool = NULL;
temp_pool         287 http/modules/ngx_http_referer_module.c         hash.temp_pool = NULL;
temp_pool         304 http/modules/ngx_http_referer_module.c         hash.temp_pool = cf->temp_pool;
temp_pool         324 http/modules/ngx_http_referer_module.c         hash.temp_pool = cf->temp_pool;
temp_pool         377 http/modules/ngx_http_referer_module.c         rlcf->keys = ngx_pcalloc(cf->temp_pool, sizeof(ngx_hash_keys_arrays_t));
temp_pool         383 http/modules/ngx_http_referer_module.c         rlcf->keys->temp_pool = cf->pool;
temp_pool        1334 http/modules/ngx_http_scgi_module.c     if (ngx_array_init(&headers_names, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
temp_pool        1468 http/modules/ngx_http_scgi_module.c     hash.temp_pool = NULL;
temp_pool        2699 http/modules/ngx_http_ssi_filter_module.c     smcf->commands.temp_pool = cf->temp_pool;
temp_pool        2722 http/modules/ngx_http_ssi_filter_module.c     hash.temp_pool = NULL;
temp_pool        1392 http/modules/ngx_http_uwsgi_module.c     if (ngx_array_init(&headers_names, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
temp_pool        1519 http/modules/ngx_http_uwsgi_module.c     hash.temp_pool = NULL;
temp_pool         412 http/ngx_http.c     if (ngx_array_init(&headers_in, cf->temp_pool, 32, sizeof(ngx_hash_key_t))
temp_pool         435 http/ngx_http.c     hash.temp_pool = NULL;
temp_pool         850 http/ngx_http.c         *locations = ngx_palloc(cf->temp_pool,
temp_pool         859 http/ngx_http.c     lq = ngx_palloc(cf->temp_pool, sizeof(ngx_http_location_queue_t));
temp_pool        1155 http/ngx_http.c         cmcf->ports = ngx_array_create(cf->temp_pool, 2,
temp_pool        1331 http/ngx_http.c         if (ngx_array_init(&port->addrs, cf->temp_pool, 4,
temp_pool        1370 http/ngx_http.c         if (ngx_array_init(&addr->servers, cf->temp_pool, 4,
temp_pool        1464 http/ngx_http.c     ha.temp_pool = ngx_create_pool(16384, cf->log);
temp_pool        1465 http/ngx_http.c     if (ha.temp_pool == NULL) {
temp_pool        1520 http/ngx_http.c         hash.temp_pool = NULL;
temp_pool        1533 http/ngx_http.c         hash.temp_pool = ha.temp_pool;
temp_pool        1551 http/ngx_http.c         hash.temp_pool = ha.temp_pool;
temp_pool        1563 http/ngx_http.c     ngx_destroy_pool(ha.temp_pool);
temp_pool        1596 http/ngx_http.c     ngx_destroy_pool(ha.temp_pool);
temp_pool        1924 http/ngx_http.c         *types = ngx_array_create(cf->temp_pool, 1, sizeof(ngx_hash_key_t));
temp_pool        1997 http/ngx_http.c         hash.temp_pool = NULL;
temp_pool        2027 http/ngx_http.c         hash.temp_pool = NULL;
temp_pool        2049 http/ngx_http.c     *types = ngx_array_create(cf->temp_pool, 1, sizeof(ngx_hash_key_t));
temp_pool        2972 http/ngx_http_core_module.c     if (ngx_array_init(&cscf->server_names, cf->temp_pool, 4,
temp_pool        3223 http/ngx_http_core_module.c         types_hash.temp_pool = NULL;
temp_pool        3265 http/ngx_http_core_module.c         types_hash.temp_pool = NULL;
temp_pool        4372 http/ngx_http_upstream.c     if (ngx_array_init(&hide_headers, cf->temp_pool, 4, sizeof(ngx_hash_key_t))
temp_pool        4441 http/ngx_http_upstream.c     hash->temp_pool = NULL;
temp_pool        4496 http/ngx_http_upstream.c     if (ngx_array_init(&headers_in, cf->temp_pool, 32, sizeof(ngx_hash_key_t))
temp_pool        4519 http/ngx_http_upstream.c     hash.temp_pool = NULL;
temp_pool        1871 http/ngx_http_variables.c     cmcf->variables_keys = ngx_pcalloc(cf->temp_pool,
temp_pool        1878 http/ngx_http_variables.c     cmcf->variables_keys->temp_pool = cf->pool;
temp_pool        2007 http/ngx_http_variables.c     hash.temp_pool = NULL;
temp_pool         222 mail/ngx_mail.c     if (ngx_array_init(&ports, cf->temp_pool, 4, sizeof(ngx_mail_conf_port_t))
temp_pool         292 mail/ngx_mail.c     if (ngx_array_init(&port->addrs, cf->temp_pool, 2,