Home | History | Annotate | Download | only in gzip

Lines Matching defs:Z_OK

132 #define Z_OK            0
189 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
223 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
247 was enough output space; if deflate returns with Z_OK, this function must be
266 deflate() returns Z_OK if some progress has been made (more input
280 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
300 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
334 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
359 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
364 inflate() returns Z_OK if some progress has been made (more input processed
384 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
433 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
465 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
482 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
494 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
511 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
531 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
547 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
560 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
575 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
598 compress returns Z_OK if success, Z_MEM_ERROR if there was not
610 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
626 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
662 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
712 error number (see function gzerror below). gzflush returns Z_OK if