Lines Matching refs:cur_match
107 uInt longest_match OF((deflate_state *s, IPos cur_match));
109 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1281 local uInt longest_match(s, cur_match) in longest_match() argument
1283 IPos cur_match; /* current match */
1329 Assert(cur_match < s->strstart, "no future");
1330 match = s->window + cur_match;
1425 s->match_start = cur_match;
1435 } while ((cur_match = prev[cur_match & wmask]) > limit
1448 local uInt longest_match(s, cur_match) in longest_match() argument
1450 IPos cur_match; /* current match */
1464 Assert(cur_match < s->strstart, "no future");
1466 match = s->window + cur_match;
1497 s->match_start = cur_match;