Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_cycle.c24 static ngx_pool_t *ngx_temp_pool; variable
768 if (ngx_temp_pool == NULL) { in ngx_init_cycle()
769 ngx_temp_pool = ngx_create_pool(128, cycle->log); in ngx_init_cycle()
770 if (ngx_temp_pool == NULL) { in ngx_init_cycle()
778 if (ngx_array_init(&ngx_old_cycles, ngx_temp_pool, n, in ngx_init_cycle()
793 ngx_temp_pool->log = cycle->log; in ngx_init_cycle()
1360 ngx_temp_pool->log = log; in ngx_clean_old_cycles()
1402 ngx_destroy_pool(ngx_temp_pool); in ngx_clean_old_cycles()
1403 ngx_temp_pool = NULL; in ngx_clean_old_cycles()