Lines Matching refs:ins_h
179 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
180 match_head = s->head[s->ins_h], \
181 s->head[s->ins_h] = (Pos)(str))
184 (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
185 match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
186 s->head[s->ins_h] = (Pos)(str))
377 * s->lookahead stays null, so s->ins_h will be recomputed at the next
380 s->ins_h = s->window[0];
381 UPDATE_HASH(s, s->ins_h, s->window[1]);
1087 s->ins_h = 0;
1431 s->ins_h = s->window[s->strstart];
1432 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
1437 /* If the whole input has less than MIN_MATCH bytes, ins_h is garbage,
1634 s->ins_h = s->window[s->strstart];
1635 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
1639 /* If lookahead < MIN_MATCH, ins_h is garbage, but it does not