Home | History | Annotate | Download | only in include

Lines Matching defs:Z_OK

173 #define Z_OK            0
236 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
271 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
301 was enough output space; if deflate returns with Z_OK, this function must be
320 deflate() returns Z_OK if some progress has been made (more input
337 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
357 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
395 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
441 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
453 inflate() returns Z_OK if some progress has been made (more input processed
475 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
539 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
577 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
596 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
609 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
629 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
648 returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream.
673 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
697 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
736 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
762 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
776 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
795 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
807 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
823 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
863 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
883 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
958 that inflateBack() cannot return Z_OK.
965 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
1031 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1047 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1072 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1115 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
1190 error number (see function gzerror below). gzflush returns Z_OK if