buckets            21 core/ngx_hash.c     elt = hash->buckets[key % hash->size];
buckets           215 core/ngx_hash.c     if (hash->hash.buckets) {
buckets           227 core/ngx_hash.c     if (hash->wc_head && hash->wc_head->hash.buckets) {
buckets           235 core/ngx_hash.c     if (hash->wc_tail && hash->wc_tail->hash.buckets) {
buckets           257 core/ngx_hash.c     ngx_hash_elt_t  *elt, **buckets;
buckets           359 core/ngx_hash.c         buckets = (ngx_hash_elt_t **)
buckets           363 core/ngx_hash.c         buckets = ngx_pcalloc(hinit->pool, size * sizeof(ngx_hash_elt_t *));
buckets           364 core/ngx_hash.c         if (buckets == NULL) {
buckets           383 core/ngx_hash.c         buckets[i] = (ngx_hash_elt_t *) elts;
buckets           398 core/ngx_hash.c         elt = (ngx_hash_elt_t *) ((u_char *) buckets[key] + test[key]);
buckets           409 core/ngx_hash.c         if (buckets[i] == NULL) {
buckets           413 core/ngx_hash.c         elt = (ngx_hash_elt_t *) ((u_char *) buckets[i] + test[i]);
buckets           420 core/ngx_hash.c     hinit->hash->buckets = buckets;
buckets           429 core/ngx_hash.c         elt = buckets[i];
buckets            23 core/ngx_hash.h     ngx_hash_elt_t  **buckets;
buckets          2116 http/modules/ngx_http_proxy_module.c     if (conf->headers_set_hash.buckets
buckets           105 http/modules/ngx_http_referer_module.c     if (rlcf->hash.hash.buckets == NULL
buckets          1345 http/ngx_http.c     addr->hash.buckets = NULL;
buckets          1809 http/ngx_http.c         if (addr[i].hash.buckets == NULL
buckets          1811 http/ngx_http.c                 || addr[i].wc_head->hash.buckets == NULL)
buckets          1813 http/ngx_http.c                 || addr[i].wc_tail->hash.buckets == NULL)
buckets          1870 http/ngx_http.c         if (addr[i].hash.buckets == NULL
buckets          1872 http/ngx_http.c                 || addr[i].wc_head->hash.buckets == NULL)
buckets          1874 http/ngx_http.c                 || addr[i].wc_tail->hash.buckets == NULL)
buckets          2006 http/ngx_http.c     if (prev_types_hash->buckets == NULL) {
buckets          3215 http/ngx_http_core_module.c     if (prev->types && prev->types_hash.buckets == NULL) {
buckets          3257 http/ngx_http_core_module.c     if (conf->types_hash.buckets == NULL) {
buckets          4350 http/ngx_http_upstream.c         if (conf->hide_headers_hash.buckets