Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_core_module.c35 offsetof(ngx_stream_core_main_conf_t, variables_hash_max_size),
380 cmcf->variables_hash_max_size = NGX_CONF_UNSET_UINT; in ngx_stream_core_create_main_conf()
392 ngx_conf_init_uint_value(cmcf->variables_hash_max_size, 1024); in ngx_stream_core_init_main_conf()
H A Dngx_stream.h163 ngx_uint_t variables_hash_max_size; member
H A Dngx_stream_variables.c1234 hash.max_size = cmcf->variables_hash_max_size; in ngx_stream_variables_init_vars()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h168 ngx_uint_t variables_hash_max_size; member
H A Dngx_http_core_module.c186 offsetof(ngx_http_core_main_conf_t, variables_hash_max_size),
3229 cmcf->variables_hash_max_size = NGX_CONF_UNSET_UINT; in ngx_http_core_create_main_conf()
3249 ngx_conf_init_uint_value(cmcf->variables_hash_max_size, 1024); in ngx_http_core_init_main_conf()
H A Dngx_http_variables.c2699 hash.max_size = cmcf->variables_hash_max_size; in ngx_http_variables_init_vars()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru1728 variables_hash_max_size и types_hash_bucket_size значения по
7022 *) Изменение: директивы variables_hash_max_size и
H A DCHANGES1691 "variables_hash_max_size" and "types_hash_bucket_size" were changed
6892 *) Change: the "variables_hash_max_size" and
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim703 syn keyword ngxDirective contained variables_hash_max_size