Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c14 ngx_uint_t hash_max_size; member
63 offsetof(ngx_stream_map_conf_t, hash_max_size),
166 mcf->hash_max_size = NGX_CONF_UNSET_UINT; in ngx_stream_map_create_conf()
188 if (mcf->hash_max_size == NGX_CONF_UNSET_UINT) { in ngx_stream_map_block()
189 mcf->hash_max_size = 2048; in ngx_stream_map_block()
295 hash.max_size = mcf->hash_max_size; in ngx_stream_map_block()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c14 ngx_uint_t hash_max_size; member
62 offsetof(ngx_http_map_conf_t, hash_max_size),
168 mcf->hash_max_size = NGX_CONF_UNSET_UINT; in ngx_http_map_create_conf()
190 if (mcf->hash_max_size == NGX_CONF_UNSET_UINT) { in ngx_http_map_block()
191 mcf->hash_max_size = 2048; in ngx_http_map_block()
296 hash.max_size = mcf->hash_max_size; in ngx_http_map_block()