Lines Matching refs:cur_match
90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1063 local uInt longest_match(s, cur_match) in longest_match() argument
1065 IPos cur_match; /* current match */
1111 Assert(cur_match < s->strstart, "no future");
1112 match = s->window + cur_match;
1189 s->match_start = cur_match;
1199 } while ((cur_match = prev[cur_match & wmask]) > limit
1212 local uInt longest_match(s, cur_match) in longest_match() argument
1214 IPos cur_match; /* current match */
1228 Assert(cur_match < s->strstart, "no future");
1230 match = s->window + cur_match;
1261 s->match_start = cur_match;