Home | History | Annotate | Download | only in zlib

Lines Matching refs:lit_bufsize

979         /* The test buf != NULL is only necessary if LIT_BUFSIZE > WSIZE.
982 * successful. If LIT_BUFSIZE <= WSIZE, it is never too late to
1066 return (s->last_lit == s->lit_bufsize-1);
1067 /* We avoid equality with lit_bufsize because of wraparound at 64K
1115 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,