types_hash_bucket_size  311 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, types_hash_bucket_size),
types_hash_bucket_size 3134 http/ngx_http_core_module.c     clcf->types_hash_bucket_size = NGX_CONF_UNSET_UINT;
types_hash_bucket_size 3203 http/ngx_http_core_module.c     ngx_conf_merge_uint_value(conf->types_hash_bucket_size,
types_hash_bucket_size 3204 http/ngx_http_core_module.c                               prev->types_hash_bucket_size,
types_hash_bucket_size 3207 http/ngx_http_core_module.c     conf->types_hash_bucket_size = ngx_align(conf->types_hash_bucket_size,
types_hash_bucket_size 3220 http/ngx_http_core_module.c         types_hash.bucket_size = conf->types_hash_bucket_size;
types_hash_bucket_size 3262 http/ngx_http_core_module.c         types_hash.bucket_size = conf->types_hash_bucket_size;
types_hash_bucket_size  407 http/ngx_http_core_module.h     ngx_uint_t    types_hash_bucket_size;