Lines Matching refs:cur_match
1352 * IN assertions: cur_match is the head of the hash chain for the current
1356 local uInt longest_match(deflate_state *s, IPos cur_match)
1366 /* Stop when cur_match becomes <= limit. To simplify the code,
1403 Assert(cur_match < s->strstart, "no future");
1404 match = s->window + cur_match;
1483 s->match_start = cur_match;
1493 } while ((cur_match = prev[cur_match & wmask]) > limit
1505 local uInt longest_match(deflate_state *s, IPos cur_match)
1520 Assert(cur_match < s->strstart, "no future");
1522 match = s->window + cur_match;
1553 s->match_start = cur_match;