Lines Matching defs:Z_BUF_ERROR
180 #define Z_BUF_ERROR (-5)
345 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
346 (for example avail_in or avail_out was zero). Note that Z_BUF_ERROR is not
490 Z_BUF_ERROR if no progress is possible or if there was not enough room in the
491 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
663 stream state was inconsistent or if a parameter was invalid, Z_BUF_ERROR if
812 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
1030 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1034 In the case of Z_BUF_ERROR, an input or output error can be distinguished
1036 strm->next_in is not Z_NULL, then the Z_BUF_ERROR was due to out() returning
1112 enough memory, Z_BUF_ERROR if there was not enough room in the output
1128 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
1151 enough memory, Z_BUF_ERROR if there was not enough room in the output