Lines Matching defs:Z_OK

172 #define Z_OK            0
235 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
270 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
300 was enough output space; if deflate returns with Z_OK, this function must be
319 deflate() returns Z_OK if some progress has been made (more input
336 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
356 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
390 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
436 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
448 inflate() returns Z_OK if some progress has been made (more input processed
470 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
534 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
572 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
591 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
604 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
624 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
643 returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream.
667 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
691 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
730 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
752 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
766 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
785 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
797 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
813 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
853 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
873 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
948 that inflateBack() cannot return Z_OK.
955 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
1021 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1037 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1062 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1104 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
1179 error number (see function gzerror below). gzflush returns Z_OK if