bucket_size       256 core/ngx_hash.c     ngx_uint_t       i, n, key, size, start, bucket_size;
bucket_size       260 core/ngx_hash.c         if (hinit->bucket_size < NGX_HASH_ELT_SIZE(&names[n]) + sizeof(void *))
bucket_size       265 core/ngx_hash.c                           hinit->name, hinit->name, hinit->bucket_size);
bucket_size       275 core/ngx_hash.c     bucket_size = hinit->bucket_size - sizeof(void *);
bucket_size       277 core/ngx_hash.c     start = nelts / (bucket_size / (2 * sizeof(void *)));
bucket_size       302 core/ngx_hash.c             if (test[key] > (u_short) bucket_size) {
bucket_size       318 core/ngx_hash.c                   hinit->name, hinit->bucket_size);
bucket_size        56 core/ngx_hash.h     ngx_uint_t        bucket_size;
bucket_size      2251 http/modules/ngx_http_fastcgi_module.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
bucket_size      2452 http/modules/ngx_http_fastcgi_module.c     hash.bucket_size = 64;
bucket_size       288 http/modules/ngx_http_map_module.c     hash.bucket_size = mcf->hash_bucket_size;
bucket_size      2018 http/modules/ngx_http_proxy_module.c     hash.bucket_size = conf->headers_hash_bucket_size;
bucket_size      2332 http/modules/ngx_http_proxy_module.c     hash.bucket_size = conf->headers_hash_bucket_size;
bucket_size       281 http/modules/ngx_http_referer_module.c     hash.bucket_size = 64; /* TODO: referer_hash_bucket_size; */
bucket_size      1265 http/modules/ngx_http_scgi_module.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
bucket_size      1465 http/modules/ngx_http_scgi_module.c     hash.bucket_size = 64;
bucket_size      2719 http/modules/ngx_http_ssi_filter_module.c     hash.bucket_size = ngx_cacheline_size;
bucket_size      1320 http/modules/ngx_http_uwsgi_module.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
bucket_size      1516 http/modules/ngx_http_uwsgi_module.c     hash.bucket_size = 64;
bucket_size       432 http/ngx_http.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
bucket_size      1514 http/ngx_http.c     hash.bucket_size = cmcf->server_names_hash_bucket_size;
bucket_size      1994 http/ngx_http.c         hash.bucket_size = 64;
bucket_size      2024 http/ngx_http.c         hash.bucket_size = 64;
bucket_size      3220 http/ngx_http_core_module.c         types_hash.bucket_size = conf->types_hash_bucket_size;
bucket_size      3262 http/ngx_http_core_module.c         types_hash.bucket_size = conf->types_hash_bucket_size;
bucket_size      4516 http/ngx_http_upstream.c     hash.bucket_size = ngx_align(64, ngx_cacheline_size);
bucket_size      2004 http/ngx_http_variables.c     hash.bucket_size = cmcf->variables_hash_bucket_size;