Lines Matching full:ipos
89 uInt longest_match OF((deflate_state *s, IPos cur_match));
91 local uInt longest_match OF((deflate_state *s, IPos cur_match));
94 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match));
97 local void check_match OF((deflate_state *s, IPos start, IPos match,
323 IPos hash_head = 0;
1029 IPos cur_match; /* current match */
1037 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1038 s->strstart - (IPos)MAX_DIST(s) : NIL;
1177 IPos cur_match; /* current match */
1234 IPos start, match;
1452 IPos hash_head = NIL; /* head of the hash chain */
1558 IPos hash_head = NIL; /* head of hash chain */