Lines Matching defs:Z_OK

170 #define Z_OK            0
233 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
268 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
298 was enough output space; if deflate returns with Z_OK, this function must be
317 deflate() returns Z_OK if some progress has been made (more input
334 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
354 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
388 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
434 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
446 inflate() returns Z_OK if some progress has been made (more input processed
468 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
532 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
570 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
589 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
602 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
622 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
641 returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream.
665 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
689 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
728 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
750 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
764 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
783 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
795 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
811 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
851 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
871 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
946 that inflateBack() cannot return Z_OK.
953 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
1019 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1035 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1060 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1105 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
1180 error number (see function gzerror below). gzflush returns Z_OK if