Lines Matching defs:wsize
184 uInt wsize = s->w_size;
190 *p = (Pos)(m >= wsize ? m - wsize : NIL);
192 n = wsize;
197 *p = (Pos)(m >= wsize ? m - wsize : NIL);
252 uInt wsize = s->w_size;
262 more = wsize;
275 if (s->strstart >= wsize + MAX_DIST(s)) {
277 zmemcpy(s->window, s->window + wsize, (unsigned)wsize - more);
278 s->match_start -= wsize;
279 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
280 s->block_start -= (long) wsize;
284 more += wsize;