Lines Matching refs:IPos
362 typedef unsigned IPos; typedef
427 IPos prev_match; /* previous match */
695 uInt longest_match(deflate_state *s, IPos cur_match);
697 local uInt longest_match(deflate_state *s, IPos cur_match);
701 local void check_match(deflate_state *s, IPos start, IPos match,
905 IPos hash_head = 0;
1351 IPos cur_match) /* current match */ in longest_match()
1359 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()
1360 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()
1493 IPos cur_match; /* current match */
1552 IPos start, match;
1761 IPos hash_head = NIL; /* head of the hash chain */ in deflate_fast()
1855 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow()