Lines Matching refs:ins_h
190 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
191 match_head = s->head[s->ins_h], \
192 s->head[s->ins_h] = (Pos)(str))
195 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
196 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
197 s->head[s->ins_h] = (Pos)(str))
350 * s->lookahead stays null, so s->ins_h will be recomputed at the next
353 s->ins_h = s->window[0];
354 UPDATE_HASH(s, s->ins_h, s->window[1]);
1011 s->ins_h = 0;
1353 s->ins_h = s->window[s->strstart];
1354 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
1359 /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage,
1532 s->ins_h = s->window[s->strstart];
1533 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
1537 /* If lookahead < MIN_MATCH, ins_h is garbage, but it does not