Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:Z_BUF_ERROR

551    will return Z_BUF_ERROR if it has not reached the end of the stream.
1151 ret = Z_BUF_ERROR;
1273 if (strm->avail_in == 0 && state->bits < 8) return Z_BUF_ERROR;