Searched refs:cur_match (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c90 uInt longest_match OF((deflate_state *s, IPos cur_match));
92 local uInt longest_match OF((deflate_state *s, IPos cur_match));
1140 * IN assertions: cur_match is the head of the hash chain for the current
1148 local uInt longest_match(s, cur_match)
1150 IPos cur_match; /* current match */
1160 /* Stop when cur_match becomes <= limit. To simplify the code,
1196 Assert(cur_match < s->strstart, "no future");
1197 match = s->window + cur_match;
1274 s->match_start = cur_match;
1284 } while ((cur_match
[all...]

Completed in 30 milliseconds