Home | History | Annotate | Download | only in zlib

Lines Matching refs:lit_bufsize

975         /* The test buf != NULL is only necessary if LIT_BUFSIZE > WSIZE.

978 * successful. If LIT_BUFSIZE <= WSIZE, it is never too late to
1062 return (s->last_lit == s->lit_bufsize-1);
1063 /* We avoid equality with lit_bufsize because of wraparound at 64K
1111 Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,