Lines Matching defs:Z_OK

173 #define Z_OK            0

237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
272 == 0), or after each call of deflate(). If deflate returns Z_OK and with
322 enough output space; if deflate returns with Z_OK, this function must be
341 deflate() returns Z_OK if some progress has been made (more input
358 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
378 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
416 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
471 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
483 inflate() returns Z_OK if some progress has been made (more input processed
505 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
570 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
610 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
629 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
642 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
662 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
681 returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream.
706 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
730 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
772 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
798 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
812 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
831 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
843 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
854 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
876 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
944 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
964 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1039 cannot return Z_OK.
1046 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
1111 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1127 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1150 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1231 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
1422 file operation error, or Z_OK on success.