Lines Matching defs:Z_OK
179 #define Z_OK 0
243 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
278 == 0), or after each call of deflate(). If deflate returns Z_OK and with
330 enough output space. If deflate returns with Z_OK or Z_BUF_ERROR, this
353 deflate() returns Z_OK if some progress has been made (more input
371 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
391 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
431 inflate(). If inflate returns Z_OK and with zero avail_out, it must be
492 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
505 inflate() returns Z_OK if some progress has been made (more input processed
529 inflateEnd returns Z_OK if success, or Z_STREAM_ERROR if the stream state
605 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
650 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
675 deflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
691 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
704 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
737 deflateParams returns Z_OK on success, Z_STREAM_ERROR if the source stream
760 returns Z_OK on success, or Z_STREAM_ERROR for an invalid deflate stream.
789 deflatePending returns Z_OK if success, or Z_STREAM_ERROR if the source
805 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
831 deflateSetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
878 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
905 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
924 inflateGetDictionary returns Z_OK on success, or Z_STREAM_ERROR if the
938 inflateSync returns Z_OK
957 inflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
970 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
983 inflateReset2 returns Z_OK if success, or Z_STREAM_ERROR if the source
1005 inflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
1073 inflateGetHeader returns Z_OK if success, or Z_STREAM_ERROR if the source
1093 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1170 cannot return Z_OK.
1177 inflateBackEnd() returns Z_OK on success, or Z_STREAM_ERROR if the stream
1244 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1260 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
1283 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
1392 gzsetparams returns Z_OK if success, Z_STREAM_ERROR if the file was not
1411 data. If the error code returned by gzerror is Z_OK or Z_BUF_ERROR, then
1413 gzread to be tried again. Z_OK indicates that a gzip stream was completed
1646 last read ended in the middle of a gzip stream, or Z_OK on success.