Lines Matching refs:cur_match
93 uInt longest_match OF((deflate_state *s, IPos cur_match));
95 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1276 local uInt longest_match(s, cur_match) in longest_match() argument
1278 IPos cur_match; /* current match */
1324 Assert(cur_match < s->strstart, "no future");
1325 match = s->window + cur_match;
1402 s->match_start = cur_match;
1412 } while ((cur_match = prev[cur_match & wmask]) > limit
1425 local uInt longest_match(s, cur_match) in longest_match() argument
1427 IPos cur_match; /* current match */
1441 Assert(cur_match < s->strstart, "no future");
1443 match = s->window + cur_match;
1474 s->match_start = cur_match;