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

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c383 s->match_length = s->prev_length = MIN_MATCH-1;
1124 s->match_length = s->prev_length = MIN_MATCH-1;
1137 * return its length. Matches shorter or equal to prev_length are discarded,
1138 * in which case the result is equal to prev_length and match_start is
1141 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1156 int best_len = s->prev_length; /* best match length so far */
1185 if (s->prev_length >= s->good_match) {
1657 /* Find the longest match, discarding those <= prev_length.
1760 /* Find the longest match, discarding those <= prev_length.
1762 s->prev_length
[all...]
H A Ddeflate.h163 uInt prev_length; member in struct:internal_state
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c8255 int prev_length = GET(last_branch, 1); local
8257 branch_length = prev_length;

Completed in 50 milliseconds