Searched refs:variables_hash_bucket_size (Results 1 – 9 of 9) sorted by relevance
42 offsetof(ngx_stream_core_main_conf_t, variables_hash_bucket_size),381 cmcf->variables_hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_stream_core_create_main_conf()393 ngx_conf_init_uint_value(cmcf->variables_hash_bucket_size, 64); in ngx_stream_core_init_main_conf()395 cmcf->variables_hash_bucket_size = in ngx_stream_core_init_main_conf()396 ngx_align(cmcf->variables_hash_bucket_size, ngx_cacheline_size); in ngx_stream_core_init_main_conf()
164 ngx_uint_t variables_hash_bucket_size; member
1235 hash.bucket_size = cmcf->variables_hash_bucket_size; in ngx_stream_variables_init_vars()
169 ngx_uint_t variables_hash_bucket_size; member
193 offsetof(ngx_http_core_main_conf_t, variables_hash_bucket_size),3230 cmcf->variables_hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_http_core_create_main_conf()3250 ngx_conf_init_uint_value(cmcf->variables_hash_bucket_size, 64); in ngx_http_core_init_main_conf()3252 cmcf->variables_hash_bucket_size = in ngx_http_core_init_main_conf()3253 ngx_align(cmcf->variables_hash_bucket_size, ngx_cacheline_size); in ngx_http_core_init_main_conf()
2700 hash.bucket_size = cmcf->variables_hash_bucket_size; in ngx_http_variables_init_vars()
7023 variables_hash_bucket_size.
6893 "variables_hash_bucket_size" directives.
702 syn keyword ngxDirective contained variables_hash_bucket_size