Home | History | Annotate | Download | only in zlib

Lines Matching refs:lit_bufsize

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