max_size 270 core/ngx_hash.c test = ngx_alloc(hinit->max_size * sizeof(u_short), hinit->pool->log); max_size 280 core/ngx_hash.c if (hinit->max_size > 10000 && hinit->max_size / nelts < 100) { max_size 281 core/ngx_hash.c start = hinit->max_size - 1000; max_size 284 core/ngx_hash.c for (size = start; size < hinit->max_size; size++) { max_size 317 core/ngx_hash.c hinit->name, hinit->name, hinit->max_size, max_size 55 core/ngx_hash.h ngx_uint_t max_size; max_size 2250 http/modules/ngx_http_fastcgi_module.c hash.max_size = 512; max_size 2451 http/modules/ngx_http_fastcgi_module.c hash.max_size = 512; max_size 287 http/modules/ngx_http_map_module.c hash.max_size = mcf->hash_max_size; max_size 2017 http/modules/ngx_http_proxy_module.c hash.max_size = conf->headers_hash_max_size; max_size 2331 http/modules/ngx_http_proxy_module.c hash.max_size = conf->headers_hash_max_size; max_size 280 http/modules/ngx_http_referer_module.c hash.max_size = 2048; /* TODO: referer_hash_max_size; */ max_size 1264 http/modules/ngx_http_scgi_module.c hash.max_size = 512; max_size 1464 http/modules/ngx_http_scgi_module.c hash.max_size = 512; max_size 2718 http/modules/ngx_http_ssi_filter_module.c hash.max_size = 1024; max_size 1319 http/modules/ngx_http_uwsgi_module.c hash.max_size = 512; max_size 1515 http/modules/ngx_http_uwsgi_module.c hash.max_size = 512; max_size 431 http/ngx_http.c hash.max_size = 512; max_size 1513 http/ngx_http.c hash.max_size = cmcf->server_names_hash_max_size; max_size 1993 http/ngx_http.c hash.max_size = 2048; max_size 2023 http/ngx_http.c hash.max_size = 2048; max_size 115 http/ngx_http_cache.h off_t max_size; max_size 3219 http/ngx_http_core_module.c types_hash.max_size = conf->types_hash_max_size; max_size 3261 http/ngx_http_core_module.c types_hash.max_size = conf->types_hash_max_size; max_size 96 http/ngx_http_file_cache.c cache->max_size /= cache->bsize; max_size 132 http/ngx_http_file_cache.c cache->max_size /= cache->bsize; max_size 1212 http/ngx_http_file_cache.c if (size < cache->max_size) { max_size 1512 http/ngx_http_file_cache.c off_t max_size; max_size 1534 http/ngx_http_file_cache.c max_size = NGX_MAX_OFF_T_VALUE; max_size 1634 http/ngx_http_file_cache.c max_size = ngx_parse_offset(&s); max_size 1635 http/ngx_http_file_cache.c if (max_size < 0) { max_size 1680 http/ngx_http_file_cache.c cache->max_size = max_size; max_size 4515 http/ngx_http_upstream.c hash.max_size = 512; max_size 2003 http/ngx_http_variables.c hash.max_size = cmcf->variables_hash_max_size;