Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_palloc.h22 #define NGX_DEFAULT_POOL_SIZE (16 * 1024) macro
H A Dngx_cycle.h17 #define NGX_CYCLE_POOL_SIZE NGX_DEFAULT_POOL_SIZE
/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()
/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()
/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()