Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_map_module.c15 ngx_uint_t hash_bucket_size; member
70 offsetof(ngx_stream_map_conf_t, hash_bucket_size),
167 mcf->hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_stream_map_create_conf()
192 if (mcf->hash_bucket_size == NGX_CONF_UNSET_UINT) { in ngx_stream_map_block()
193 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_stream_map_block()
196 mcf->hash_bucket_size = ngx_align(mcf->hash_bucket_size, in ngx_stream_map_block()
296 hash.bucket_size = mcf->hash_bucket_size; in ngx_stream_map_block()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_map_module.c15 ngx_uint_t hash_bucket_size; member
69 offsetof(ngx_http_map_conf_t, hash_bucket_size),
169 mcf->hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_http_map_create_conf()
194 if (mcf->hash_bucket_size == NGX_CONF_UNSET_UINT) { in ngx_http_map_block()
195 mcf->hash_bucket_size = ngx_cacheline_size; in ngx_http_map_block()
198 mcf->hash_bucket_size = ngx_align(mcf->hash_bucket_size, in ngx_http_map_block()
297 hash.bucket_size = mcf->hash_bucket_size; in ngx_http_map_block()