Lines Matching refs:ins_h
257 uInt ins_h; /* hash index of string to be inserted */
263 /* Number of bits by which ins_h must be shifted at each input
566 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
567 s->prev[(str) & s->w_mask] = match_head = s->head[s->ins_h], \
568 s->head[s->ins_h] = (str))
921 s->ins_h = 0;
1187 s->ins_h = s->window[s->strstart];
1188 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
1193 /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage,
1295 s->ins_h = s->window[s->strstart];
1296 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
1300 /* If lookahead < MIN_MATCH, ins_h is garbage, but it does not