Home
last modified time | relevance | path

Searched refs:variables_hash_bucket_size (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_core_module.c42 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()
H A Dngx_stream.h164 ngx_uint_t variables_hash_bucket_size; member
H A Dngx_stream_variables.c1235 hash.bucket_size = cmcf->variables_hash_bucket_size; in ngx_stream_variables_init_vars()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h169 ngx_uint_t variables_hash_bucket_size; member
H A Dngx_http_core_module.c193 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()
H A Dngx_http_variables.c2700 hash.bucket_size = cmcf->variables_hash_bucket_size; in ngx_http_variables_init_vars()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru7023 variables_hash_bucket_size.
H A DCHANGES6893 "variables_hash_bucket_size" directives.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim702 syn keyword ngxDirective contained variables_hash_bucket_size