Searched refs:ngx_create_pool (Results 1 – 18 of 18) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_palloc.h | 75 ngx_pool_t *ngx_create_pool(size_t size, ngx_log_t *log);
|
| H A D | ngx_cycle.c | 69 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 D | ngx_palloc.c | 19 ngx_create_pool(size_t size, ngx_log_t *log) in ngx_create_pool() function
|
| H A D | nginx.c | 272 init_cycle.pool = ngx_create_pool(1024, log); in main()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_accept.c | 156 c->pool = ngx_create_pool(ls->pool_size, ev->log);
|
| H A D | ngx_event_udp.c | 295 c->pool = ngx_create_pool(ls->pool_size, ev->log); in ngx_event_recvmsg()
|
| H A D | ngx_event_openssl_stapling.c | 833 pool = ngx_create_pool(2048, ngx_cycle->log); in ngx_ssl_ocsp_start()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_map_module.c | 236 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_stream_map_block()
|
| H A D | ngx_stream_geo_module.c | 416 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 D | ngx_stream_log_module.c | 506 pool = ngx_create_pool(256, log); in ngx_stream_log_gzip()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_map_module.c | 238 pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_map_block()
|
| H A D | ngx_http_geo_module.c | 446 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 D | ngx_http_log_module.c | 615 pool = ngx_create_pool(256, log); in ngx_http_log_gzip()
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 278 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 D | ngx_mail_auth_http_module.c | 171 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 D | ngx_http.c | 1442 ha.temp_pool = ngx_create_pool(NGX_DEFAULT_POOL_SIZE, cf->log); in ngx_http_server_names()
|
| H A D | ngx_http_request.c | 550 pool = ngx_create_pool(cscf->request_pool_size, c->log); in ngx_http_alloc_request()
|
| H A D | ngx_http_upstream.c | 1580 c->pool = ngx_create_pool(128, r->connection->log); in ngx_http_upstream_connect()
|