hash_size         270 net/zlib.c         uInt  hash_size;      /* number of elements in hash table */
hash_size         588 net/zlib.c         s->head[s->hash_size-1] = NIL; \
hash_size         589 net/zlib.c         zmemzero((charf *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
hash_size         642 net/zlib.c         s->hash_size = 1 << s->hash_bits;
hash_size         643 net/zlib.c         s->hash_mask = s->hash_size - 1;
hash_size         648 net/zlib.c         s->head   = (Posf *)  ZALLOC(strm, s->hash_size, sizeof(Pos));
hash_size         876 net/zlib.c         TRY_FREE(strm, state->head, state->hash_size * sizeof(Pos));
hash_size        1160 net/zlib.c                 n = s->hash_size;