wsize            1272 tools/packfi2/deflate.c     uInt wsize = s->w_size;
wsize            1280 tools/packfi2/deflate.c                 more = wsize;
wsize            1293 tools/packfi2/deflate.c         if (s->strstart >= wsize+MAX_DIST(s)) {
wsize            1295 tools/packfi2/deflate.c             zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
wsize            1296 tools/packfi2/deflate.c             s->match_start -= wsize;
wsize            1297 tools/packfi2/deflate.c             s->strstart    -= wsize; /* we now have strstart >= MAX_DIST */
wsize            1298 tools/packfi2/deflate.c             s->block_start -= (long) wsize;
wsize            1311 tools/packfi2/deflate.c                 *p = (Pos)(m >= wsize ? m-wsize : NIL);
wsize            1314 tools/packfi2/deflate.c             n = wsize;
wsize            1319 tools/packfi2/deflate.c                 *p = (Pos)(m >= wsize ? m-wsize : NIL);
wsize            1325 tools/packfi2/deflate.c             more += wsize;