Lines Matching refs:cur_match
91 uInt longest_match OF((deflate_state *s, IPos cur_match));
93 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1274 local uInt longest_match(s, cur_match) in longest_match() argument
1276 IPos cur_match; /* current match */
1322 Assert(cur_match < s->strstart, "no future");
1323 match = s->window + cur_match;
1400 s->match_start = cur_match;
1410 } while ((cur_match = prev[cur_match & wmask]) > limit
1423 local uInt longest_match(s, cur_match) in longest_match() argument
1425 IPos cur_match; /* current match */
1439 Assert(cur_match < s->strstart, "no future");
1441 match = s->window + cur_match;
1472 s->match_start = cur_match;