Lines Matching refs:cur_match
102 uInt longest_match OF((deflate_state *s, IPos cur_match));
104 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1272 local uInt longest_match(s, cur_match) in longest_match() argument
1274 IPos cur_match; /* current match */
1320 Assert(cur_match < s->strstart, "no future");
1321 match = s->window + cur_match;
1398 s->match_start = cur_match;
1408 } while ((cur_match = prev[cur_match & wmask]) > limit
1421 local uInt longest_match(s, cur_match) in longest_match() argument
1423 IPos cur_match; /* current match */
1437 Assert(cur_match < s->strstart, "no future");
1439 match = s->window + cur_match;
1470 s->match_start = cur_match;