Lines Matching refs:IPos
1356 local uInt longest_match(deflate_state *s, IPos cur_match)
1364 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1365 s->strstart - (IPos)MAX_DIST(s) : NIL;
1505 local uInt longest_match(deflate_state *s, IPos cur_match)
1567 local void check_match(deflate_state *s, IPos start, IPos match, int length)
1571 IPos len = length;
1572 if (match == (IPos)-1) {
1825 IPos hash_head; /* head of the hash chain */
1925 IPos hash_head; /* head of hash chain */