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
511 by the application), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR
513 buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
736 state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if
739 in the case of a Z_BUF_ERROR, the parameters are not changed. A return
740 value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be
803 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
937 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1159 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1163 In the case of Z_BUF_ERROR, an input or output error can be distinguished
1165 strm->next_in is not Z_NULL, then the Z_BUF_ERROR was due to out() returning
1243 enough memory, Z_BUF_ERROR if there was not enough room in the output
1259 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
1282 enough memory, Z_BUF_ERROR if there was not enough room in the output
1409 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1412 on the last gzread. Z_BUF_ERROR indicates that the input file ended in the
1415 will return Z_BUF_ERROR if the last gzread ended in the middle of a gzip
1643 file operation error, Z_MEM_ERROR if out of memory, Z_BUF_ERROR if the