hash_size 200 tools/packfi2/deflate.c s->head[s->hash_size-1] = NIL; \ hash_size 201 tools/packfi2/deflate.c zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head)); hash_size 283 tools/packfi2/deflate.c s->hash_size = 1 << s->hash_bits; hash_size 284 tools/packfi2/deflate.c s->hash_mask = s->hash_size - 1; hash_size 289 tools/packfi2/deflate.c s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos)); hash_size 922 tools/packfi2/deflate.c ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos)); hash_size 934 tools/packfi2/deflate.c zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos)); hash_size 1307 tools/packfi2/deflate.c n = s->hash_size; hash_size 137 tools/packfi2/deflate.h uInt hash_size; /* number of elements in hash table */