Lines Matching refs:cur_match
1391 * IN assertions: cur_match is the head of the hash chain for the current
1395 local uInt longest_match(deflate_state *s, IPos cur_match) {
1404 /* Stop when cur_match becomes <= limit. To simplify the code,
1441 Assert(cur_match < s->strstart, "no future");
1442 match = s->window + cur_match;
1539 s->match_start = cur_match;
1549 } while ((cur_match = prev[cur_match & wmask]) > limit
1561 local uInt longest_match(deflate_state *s, IPos cur_match) {
1575 Assert(cur_match < s->strstart, "no future");
1577 match = s->window + cur_match;
1608 s->match_start = cur_match;