k                 712 core/ngx_hash.c     ngx_uint_t       i, k, n, skip, last;
k                 766 core/ngx_hash.c     k = 0;
k                 772 core/ngx_hash.c         k = ngx_hash(k, key->data[i]);
k                 775 core/ngx_hash.c     k %= ha->hsize;
k                 779 core/ngx_hash.c     name = ha->keys_hash[k].elts;
k                 782 core/ngx_hash.c         for (i = 0; i < ha->keys_hash[k].nelts; i++) {
k                 793 core/ngx_hash.c         if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4,
k                 801 core/ngx_hash.c     name = ngx_array_push(&ha->keys_hash[k]);
k                 824 core/ngx_hash.c     k = ngx_hash_strlow(&key->data[skip], &key->data[skip], last - skip);
k                 826 core/ngx_hash.c     k %= ha->hsize;
k                 832 core/ngx_hash.c         name = ha->keys_hash[k].elts;
k                 837 core/ngx_hash.c             for (i = 0; i < ha->keys_hash[k].nelts; i++) {
k                 848 core/ngx_hash.c             if (ngx_array_init(&ha->keys_hash[k], ha->temp_pool, 4,
k                 856 core/ngx_hash.c         name = ngx_array_push(&ha->keys_hash[k]);
k                 906 core/ngx_hash.c         keys = &ha->dns_wc_head_hash[k];
k                 922 core/ngx_hash.c         keys = &ha->dns_wc_tail_hash[k];