Lines Matching defs:Z_OK

177 #define Z_OK            0
241 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
276 == 0), or after each call of deflate(). If deflate returns Z_OK and with
328 enough output space. If deflate returns with Z_OK or Z_BUF_ERROR, this
351 deflate() returns Z_OK if some progress has been made (more input
368 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
388 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
428 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
489 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
502 inflate() returns Z_OK if some progress has been made (more input processed
526 inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state
602 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
647 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
672 deflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
688 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
701 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
734 deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
757 returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream.
786 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
802 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
828 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
875 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
902 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
921 inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
935 inflateSync returns Z_OK if a possible full flush point has been found,
954 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
967 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
980 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
1002 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
1070 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
1090 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1167 cannot return Z_OK.
1174 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
1241 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1257 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1280 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1389 gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not
1408 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1410 gzread to be tried again. Z_OK indicates that a gzip stream was completed
1643 last read ended in the middle of a gzip stream, or Z_OK on success.