MAX_DIST          961 net/zlib.c         IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
MAX_DIST          962 net/zlib.c             s->strstart - (IPos)MAX_DIST(s) : NIL;
MAX_DIST         1145 net/zlib.c             } else if (s->strstart >= wsize+MAX_DIST(s)) {
MAX_DIST         1271 net/zlib.c             if (hash_head != NIL && s->strstart - hash_head <= MAX_DIST(s)) {
MAX_DIST         1369 net/zlib.c                 s->strstart - hash_head <= MAX_DIST(s)) {
MAX_DIST         2429 net/zlib.c             Assert((ush)dist < (ush)MAX_DIST(s) &&