ins_h             185 tools/packfi2/deflate.c    (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
ins_h             186 tools/packfi2/deflate.c     match_head = s->head[s->ins_h], \
ins_h             187 tools/packfi2/deflate.c     s->head[s->ins_h] = (Pos)(str))
ins_h             190 tools/packfi2/deflate.c    (UPDATE_HASH(s, s->ins_h, s->window[(str) + (MIN_MATCH-1)]), \
ins_h             191 tools/packfi2/deflate.c     match_head = s->prev[(str) & s->w_mask] = s->head[s->ins_h], \
ins_h             192 tools/packfi2/deflate.c     s->head[s->ins_h] = (Pos)(str))
ins_h             347 tools/packfi2/deflate.c     s->ins_h = s->window[0];
ins_h             348 tools/packfi2/deflate.c     UPDATE_HASH(s, s->ins_h, s->window[1]);
ins_h            1005 tools/packfi2/deflate.c     s->ins_h = 0;
ins_h            1347 tools/packfi2/deflate.c             s->ins_h = s->window[s->strstart];
ins_h            1348 tools/packfi2/deflate.c             UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
ins_h            1526 tools/packfi2/deflate.c                 s->ins_h = s->window[s->strstart];
ins_h            1527 tools/packfi2/deflate.c                 UPDATE_HASH(s, s->ins_h, s->window[s->strstart+1]);
ins_h             136 tools/packfi2/deflate.h     uInt  ins_h;          /* hash index of string to be inserted */