Lines Matching defs:Z_BUF_ERROR

184 #define Z_BUF_ERROR    (-5)
328 enough output space. If deflate returns with Z_OK or Z_BUF_ERROR, this
356 by the application), or Z_BUF_ERROR if no progress is possible (for example
357 avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and
510 by the application), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR
512 buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
735 state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if
738 in the case of a Z_BUF_ERROR, the parameters are not changed. A return
739 value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be
802 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
935 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1156 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1160 In the case of Z_BUF_ERROR, an input or output error can be distinguished
1162 strm->next_in is not Z_NULL, then the Z_BUF_ERROR was due to out() returning
1240 enough memory, Z_BUF_ERROR if there was not enough room in the output
1256 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
1279 enough memory, Z_BUF_ERROR if there was not enough room in the output
1406 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1409 on the last gzread. Z_BUF_ERROR indicates that the input file ended in the
1412 will return Z_BUF_ERROR if the last gzread ended in the middle of a gzip
1640 file operation error, Z_MEM_ERROR if out of memory, Z_BUF_ERROR if the