Lines Matching defs:IPos
355 typedef unsigned IPos;
359 * int to save space in the various tables. IPos is used only for
430 IPos prev_match; /* previous match */
723 uInt longest_match OF((deflate_state *s, IPos cur_match));
725 local uInt longest_match OF((deflate_state *s, IPos cur_match));
729 local void check_match OF((deflate_state *s, IPos start, IPos match,
955 IPos hash_head = 0;
1455 IPos cur_match; /* current match */
1464 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1465 s->strstart - (IPos)MAX_DIST(s) : NIL;
1620 IPos cur_match; /* current match */
1687 IPos start, match;
1944 IPos hash_head = NIL; /* head of the hash chain */
2066 IPos hash_head = NIL; /* head of hash chain */