ngx_temp_pool      23 core/ngx_cycle.c static ngx_pool_t     *ngx_temp_pool;
ngx_temp_pool     743 core/ngx_cycle.c     if (ngx_temp_pool == NULL) {
ngx_temp_pool     744 core/ngx_cycle.c         ngx_temp_pool = ngx_create_pool(128, cycle->log);
ngx_temp_pool     745 core/ngx_cycle.c         if (ngx_temp_pool == NULL) {
ngx_temp_pool     752 core/ngx_cycle.c         ngx_old_cycles.elts = ngx_pcalloc(ngx_temp_pool,
ngx_temp_pool     760 core/ngx_cycle.c         ngx_old_cycles.pool = ngx_temp_pool;
ngx_temp_pool     768 core/ngx_cycle.c     ngx_temp_pool->log = cycle->log;
ngx_temp_pool    1337 core/ngx_cycle.c     ngx_temp_pool->log = log;
ngx_temp_pool    1379 core/ngx_cycle.c         ngx_destroy_pool(ngx_temp_pool);
ngx_temp_pool    1380 core/ngx_cycle.c         ngx_temp_pool = NULL;