Lines Matching refs:wsize
207 uInt wsize = s->w_size; local
213 *p = (Pos)(m >= wsize ? m - wsize : NIL);
215 n = wsize;
220 *p = (Pos)(m >= wsize ? m - wsize : NIL);
1525 uInt wsize = s->w_size; local
1535 more = wsize;
1548 if (s->strstart >= wsize+MAX_DIST(s)) {
1550 zmemcpy(s->window, s->window+wsize, (unsigned)wsize - more);
1551 s->match_start -= wsize;
1552 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
1553 s->block_start -= (long) wsize;
1557 more += wsize;