Lines Matching full:max_dist
1140 * string (strstart) and its distance is <= MAX_DIST, and prev_length >= 1
1157 IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
1158 s->strstart - (IPos)MAX_DIST(s) : NIL;
1418 if (s->strstart >= wsize+MAX_DIST(s)) {
1422 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1454 * strstart <= WSIZE+MAX_DIST-1 && lookahead <= MIN_LOOKAHEAD - 1 &&
1456 * => more >= window_size - (MIN_LOOKAHEAD-1 + WSIZE + MAX_DIST-1)
1582 Assert(s->strstart < s->w_size+MAX_DIST(s) ||
1606 if (s->strstart - (uInt)s->block_start >= MAX_DIST(s)) {
1659 if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
1765 s->strstart - hash_head <= MAX_DIST(s)) {