Lines Matching refs:Z_BUF_ERROR
180 #define Z_BUF_ERROR (-5)
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
347 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
499 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
500 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
677 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR if
740 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
868 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1087 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1091 In the case of Z_BUF_ERROR, an input or output error can be distinguished
1093 strm->next_in is not Z_NULL, then the Z_BUF_ERROR was due to out() returning
1170 enough memory, Z_BUF_ERROR if there was not enough room in the output
1186 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
1209 enough memory, Z_BUF_ERROR if there was not enough room in the output
1327 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1330 on the last gzread. Z_BUF_ERROR indicates that the input file ended in the
1333 will return Z_BUF_ERROR if the last gzread ended in the middle of a gzip
1520 file operation error, Z_MEM_ERROR if out of memory, Z_BUF_ERROR if the