Lines Matching refs:IPos
79 static uInt longest_match (deflate_state *s, IPos cur_match);
82 static void check_match (deflate_state *s, IPos start, IPos match,
560 IPos cur_match /* current match */
569 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
570 s->strstart - (IPos)MAX_DIST(s) : NIL;
703 IPos start,
704 IPos match,
921 IPos hash_head = NIL; /* head of the hash chain */
1015 IPos hash_head = NIL; /* head of hash chain */