Lines Matching refs:wsize
206 uInt wsize = s->w_size; local
212 *p = (Pos)(m >= wsize ? m - wsize : NIL);
214 n = wsize;
219 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1487 uInt wsize = s->w_size; local
1497 more = wsize;
1510 if (s->strstart >= wsize+MAX_DIST(s)) {
1512 zmemcpy(s->window, s->window+wsize, (unsigned)wsize - more);
1513 s->match_start -= wsize;
1514 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1515 s->block_start -= (long) wsize;
1517 more += wsize;