Lines Matching defs:Z_OK

174 #define Z_OK            0
242 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
277 == 0), or after each call of deflate(). If deflate returns Z_OK and with
327 enough output space; if deflate returns with Z_OK, this function must be
346 deflate() returns Z_OK if some progress has been made (more input
363 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
383 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
421 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
476 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
488 inflate() returns Z_OK if some progress has been made (more input processed
510 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
575 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
615 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
634 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
647 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
667 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
686 returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream.
711 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
735 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
777 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
803 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
817 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
836 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
848 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
859 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
881 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
949 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
969 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1044 cannot return Z_OK.
1051 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
1116 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1132 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1155 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1236 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
1427 file operation error, or Z_OK on success.