Home | History | Annotate | Download | only in zlib

Lines Matching full:head

174  * Insert string str in the dictionary and set match_head to the previous head
186 match_head = s->head[s->ins_h], \
187 s->head[s->ins_h] = (Pos)(str))
191 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
192 s->head[s->ins_h] = (Pos)(str))
200 s->head[s->hash_size-1] = NIL; \
201 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
289 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
297 if (s->window == Z_NULL || s->prev == Z_NULL || s->head == Z_NULL ||
393 int ZEXPORT deflateSetHeader (strm, head)
395 gz_headerp head;
399 strm->state->gzhead = head;
879 TRY_FREE(strm, strm->state->head);
922 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
926 if (ds->window == Z_NULL || ds->prev == Z_NULL || ds->head == Z_NULL ||
934 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1019 * IN assertions: cur_match is the head of the hash chain for the current
1308 p = &s->head[n];
1452 IPos hash_head = NIL; /* head of the hash chain */
1470 * dictionary, and set hash_head to the head of the hash chain:
1558 IPos hash_head = NIL; /* head of hash chain */
1577 * dictionary, and set hash_head to the head of the hash chain: