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
369 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
827 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
874 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
901 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
920 inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
934 inflateSync returns Z_OK if a possible full flush point has been found,
953 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
965 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
978 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
1000 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
1068 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
1088 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1165 cannot return Z_OK.
1172 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
1239 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1255 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1278 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1387 gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not
1406 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1408 gzread to be tried again. Z_OK indicates that a gzip stream was completed
1641 last read ended in the middle of a gzip stream, or Z_OK on success.