Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_palloc.h75 ngx_pool_t *ngx_create_pool(size_t size, ngx_log_t *log);
H A Dngx_cycle.c69 pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, log); in ngx_init_cycle()
251 conf.temp_pool = ngx_create_pool(NGX_CYCLE_POOL_SIZE, log); in ngx_init_cycle()
769 ngx_temp_pool = ngx_create_pool(128, cycle->log); in ngx_init_cycle()
H A Dngx_palloc.c19 ngx_create_pool(size_t size, ngx_log_t *log) in ngx_create_pool() function
H A Dnginx.c272 init_cycle.pool = ngx_create_pool(1024, log); in main()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_accept.c156 c->pool = ngx_create_pool(ls->pool_size, ev->log);
H A Dngx_event_udp.c295 c->pool = ngx_create_pool(ls->pool_size, ev->log); in ngx_event_recvmsg()
H A Dngx_event_openssl_stapling.c833 pool = ngx_create_pool(2048, ngx_cycle->log); in ngx_ssl_ocsp_start()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c236 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_stream_map_block()
H A Dngx_stream_geo_module.c416 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_stream_geo_block()
423 ctx.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_stream_geo_block()
H A Dngx_stream_log_module.c506 pool = ngx_create_pool(256, log); in ngx_stream_log_gzip()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c238 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_map_block()
H A Dngx_http_geo_module.c446 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_geo_block()
453 ctx.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_geo_block()
H A Dngx_http_log_module.c615 pool = ngx_create_pool(256, log); in ngx_http_log_gzip()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c278 h2c->pool = ngx_create_pool(h2scf->pool_size, h2c->connection->log); in ngx_http_v2_init()
1105 h2c->state.pool = ngx_create_pool(1024, h2c->connection->log); in ngx_http_v2_state_headers()
2583 pool = ngx_create_pool(1024, h2c->connection->log); in ngx_http_v2_push_stream()
4543 h2c->pool = ngx_create_pool(h2scf->pool_size, h2c->connection->log); in ngx_http_v2_idle_handler()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_auth_http_module.c171 pool = ngx_create_pool(2048, s->connection->log); in ngx_mail_auth_http_init()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http.c1442 ha.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_server_names()
H A Dngx_http_request.c550 pool = ngx_create_pool(cscf->request_pool_size, c->log); in ngx_http_alloc_request()
H A Dngx_http_upstream.c1580 c->pool = ngx_create_pool(128, r->connection->log); in ngx_http_upstream_connect()