Lines Matching refs:head
161 s->head[s->hash_size - 1] = NIL; \
162 zmemzero((Bytef *)s->head, \
163 (unsigned)(s->hash_size - 1)*sizeof(*s->head)); \
178 slide_hash_simd(s->head, s->prev, s->w_size, s->hash_size);
187 p = &s->head[n];
329 s->prev[str & s->w_mask] = s->head[s->ins_h];
331 s->head[s->ins_h] = (Pos)str;
490 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
541 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
743 int ZEXPORT deflateSetHeader(z_streamp strm, gz_headerp head) {
746 strm->state->gzhead = head;
1306 TRY_FREE(strm, strm->state->head);
1347 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
1354 if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
1362 zmemcpy((voidpf)ds->head, (voidpf)ss->head, ds->hash_size * sizeof(Pos));
1391 * IN assertions: cur_match is the head of the hash chain for the current
1869 IPos hash_head; /* head of the hash chain */
1887 * dictionary, and set hash_head to the head of the hash chain:
1971 IPos hash_head; /* head of hash chain */
1990 * dictionary, and set hash_head to the head of the hash chain: