Lines Matching defs:wsize
192 uInt wsize = s->w_size;
198 *p = (Pos)(m >= wsize ? m - wsize : NIL);
200 n = wsize;
205 *p = (Pos)(m >= wsize ? m - wsize : NIL);
256 uInt wsize = s->w_size;
266 more = wsize;
279 if (s->strstart >= wsize + MAX_DIST(s)) {
281 zmemcpy(s->window, s->window + wsize, (unsigned)wsize - more);
282 s->match_start -= wsize;
283 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
284 s->block_start -= (long) wsize;
288 more += wsize;