Home
last modified time | relevance | path

Searched refs:server_names_hash_bucket_size (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h166 ngx_uint_t server_names_hash_bucket_size; member
H A Dngx_http_core_module.c207 offsetof(ngx_http_core_main_conf_t, server_names_hash_bucket_size),
3227 cmcf->server_names_hash_bucket_size = NGX_CONF_UNSET_UINT; in ngx_http_core_create_main_conf()
3242 ngx_conf_init_uint_value(cmcf->server_names_hash_bucket_size, in ngx_http_core_init_main_conf()
3245 cmcf->server_names_hash_bucket_size = in ngx_http_core_init_main_conf()
3246 ngx_align(cmcf->server_names_hash_bucket_size, ngx_cacheline_size); in ngx_http_core_init_main_conf()
H A Dngx_http.c1492 hash.bucket_size = cmcf->server_names_hash_bucket_size; in ngx_http_server_names()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru7134 server_names_hash_bucket_size.
H A DCHANGES7005 "server_names_hash_bucket_size" directives.
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim564 syn keyword ngxDirective contained server_names_hash_bucket_size