Lines Matching defs:wsize
191 uInt wsize = s->w_size;
197 *p = (Pos)(m >= wsize ? m - wsize : NIL);
199 n = wsize;
204 *p = (Pos)(m >= wsize ? m - wsize : NIL);
257 uInt wsize = s->w_size;
267 more = wsize;
280 if (s->strstart >= wsize + MAX_DIST(s)) {
282 zmemcpy(s->window, s->window + wsize, (unsigned)wsize - more);
283 s->match_start -= wsize;
284 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
285 s->block_start -= (long) wsize;
289 more += wsize;