Lines Matching defs:Z_OK

173 #define Z_OK            0
237 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
272 == 0), or after each call of deflate(). If deflate returns Z_OK and with
322 enough output space; if deflate returns with Z_OK, this function must be
342 deflate() returns Z_OK if some progress has been made (more input
359 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
379 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
417 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
492 inflate() returns Z_OK if some progress has been made (more input processed
514 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
579 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
624 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
643 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
656 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
676 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
695 returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream.
724 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
740 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
765 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
807 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
834 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
853 inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
867 inflateSync returns Z_OK if a possible full flush point has been found,
886 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
898 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
909 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
931 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
999 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
1019 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1096 cannot return Z_OK.
1103 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
1169 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1185 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1208 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1309 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
1327 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1329 gzread to be tried again. Z_OK indicates that a gzip stream was completed
1521 last read ended in the middle of a gzip stream, or Z_OK on success.