Lines Matching refs:wsize
1309 uInt wsize = s->w_size; local
1317 more = wsize;
1330 if (s->strstart >= wsize+MAX_DIST(s)) {
1332 zmemcpy(s->window, s->window+wsize, (unsigned)wsize);
1333 s->match_start -= wsize;
1334 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1335 s->block_start -= (long) wsize;
1347 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1350 n = wsize;
1355 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1361 more += wsize;