Searched refs:ngx_temp_pool (Results 1 – 1 of 1) sorted by relevance
24 static ngx_pool_t *ngx_temp_pool; variable768 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()