Lines Matching refs:wsize
744 uInt wsize = s->w_size;
751 more = wsize;
762 } else if (s->strstart >= wsize+MAX_DIST(s)) {
764 memcpy((char *)s->window, (char *)s->window+wsize,
765 (unsigned)wsize);
766 s->match_start -= wsize;
767 s->strstart -= wsize; /* we now have strstart >= MAX_DIST */
768 s->block_start -= (long) wsize;
780 *p = (Pos)(m >= wsize ? m-wsize : NIL);
783 n = wsize;
787 *p = (Pos)(m >= wsize ? m-wsize : NIL);
792 more += wsize;