Home | History | Annotate | Download | only in zlib

Lines Matching defs:Z_BUF_ERROR

186 #define Z_BUF_ERROR    (-5)
330 enough output space. If deflate returns with Z_OK or Z_BUF_ERROR, this
358 by the application), or Z_BUF_ERROR if no progress is possible (for example
359 avail_in or avail_out was zero). Note that Z_BUF_ERROR is not fatal, and
513 by the application), Z_MEM_ERROR if there was not enough memory, Z_BUF_ERROR
515 buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
738 state was inconsistent or if a parameter was invalid, or Z_BUF_ERROR if
741 in the case of a Z_BUF_ERROR, the parameters are not changed. A return
742 value of Z_BUF_ERROR is not fatal, in which case deflateParams() can be
805 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
939 Z_BUF_ERROR if no more input was provided, Z_DATA_ERROR if no flush point
1161 return values of inflateBack() can be Z_STREAM_END on success, Z_BUF_ERROR
1165 In the case of Z_BUF_ERROR, an input or output error can be distinguished
1167 strm->next_in is not Z_NULL, then the Z_BUF_ERROR was due to out() returning
1245 enough memory, Z_BUF_ERROR if there was not enough room in the output
1261 memory, Z_BUF_ERROR if there was not enough room in the output buffer,
1284 enough memory, Z_BUF_ERROR if there was not enough room in the output
1411 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1414 on the last gzread. Z_BUF_ERROR indicates that the input file ended in the
1417 will return Z_BUF_ERROR if the last gzread ended in the middle of a gzip
1645 file operation error, Z_MEM_ERROR if out of memory, Z_BUF_ERROR if the