Lines Matching refs:cur_match
1346 * IN assertions: cur_match is the head of the hash chain for the current
1350 local uInt longest_match(deflate_state *s, IPos cur_match) {
1359 /* Stop when cur_match becomes <= limit. To simplify the code,
1396 Assert(cur_match < s->strstart, "no future");
1397 match = s->window + cur_match;
1476 s->match_start = cur_match;
1486 } while ((cur_match = prev[cur_match & wmask]) > limit
1498 local uInt longest_match(deflate_state *s, IPos cur_match) {
1512 Assert(cur_match < s->strstart, "no future");
1514 match = s->window + cur_match;
1545 s->match_start = cur_match;