Searched refs:IPos (Results 1 – 2 of 2) sorted by relevance
77 static uInt longest_match (deflate_state *s, IPos cur_match);80 static void check_match (deflate_state *s, IPos start, IPos match,556 IPos cur_match /* current match */ in longest_match()565 IPos limit = s->strstart > (IPos)MAX_DIST(s) ? in longest_match()566 s->strstart - (IPos)MAX_DIST(s) : NIL; in longest_match()699 IPos start, in check_match()700 IPos match, in check_match()917 IPos hash_head = NIL; /* head of the hash chain */ in deflate_fast()1011 IPos hash_head = NIL; /* head of hash chain */ in deflate_slow()
65 typedef unsigned IPos; typedef130 IPos prev_match; /* previous match */