types_hash_max_size  304 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, types_hash_max_size),
types_hash_max_size 3133 http/ngx_http_core_module.c     clcf->types_hash_max_size = NGX_CONF_UNSET_UINT;
types_hash_max_size 3200 http/ngx_http_core_module.c     ngx_conf_merge_uint_value(conf->types_hash_max_size,
types_hash_max_size 3201 http/ngx_http_core_module.c                               prev->types_hash_max_size, 1024);
types_hash_max_size 3219 http/ngx_http_core_module.c         types_hash.max_size = conf->types_hash_max_size;
types_hash_max_size 3261 http/ngx_http_core_module.c         types_hash.max_size = conf->types_hash_max_size;
types_hash_max_size  406 http/ngx_http_core_module.h     ngx_uint_t    types_hash_max_size;