Searched refs:cur_match (Results 1 – 1 of 1) sorted by relevance
79 static uInt longest_match (deflate_state *s, IPos cur_match);560 IPos cur_match /* current match */ in longest_match() argument607 Assert(cur_match < s->strstart, "no future"); in longest_match()608 match = s->window + cur_match; in longest_match()680 s->match_start = cur_match; in longest_match()690 } while ((cur_match = prev[cur_match & wmask]) > limit in longest_match()