Home | History | Annotate | Download | only in net

Lines Matching defs:Z_OK

427 #define Z_OK            0
487 deflateInit returns Z_OK if success, Z_MEM_ERROR if there was not
522 (avail_out == 0), or after each call of deflate(). If deflate returns Z_OK
553 was enough output space; if deflate returns with Z_OK, this function must be
572 deflate() returns Z_OK if some progress has been made (more input
587 deflateEnd returns Z_OK if success, Z_STREAM_ERROR if the
607 inflateInit returns Z_OK if success, Z_MEM_ERROR if there was not enough
641 call of inflate(). If inflate returns Z_OK and with zero avail_out, it
669 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
674 inflate() returns Z_OK if some progress has been made (more input processed
694 inflateEnd returns Z_OK if success, Z_STREAM_ERROR if the stream state
738 deflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
771 deflateSetDictionary returns Z_OK if success, or Z_STREAM_ERROR if a
789 deflateCopy returns Z_OK if success, Z_MEM_ERROR if there was not
811 deflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
829 deflateParams returns Z_OK if success, Z_STREAM_ERROR if the source
855 inflateInit2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
872 inflateSetDictionary returns Z_OK if success, Z_STREAM_ERROR if a
886 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
901 inflateReset returns Z_OK if success, or Z_STREAM_ERROR if the source
925 compress returns Z_OK if success, Z_MEM_ERROR if there was not
939 compress2 returns Z_OK if success, Z_MEM_ERROR if there was not enough
956 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
997 gzsetparams returns Z_OK if success, or Z_STREAM_ERROR if the file was not
1056 error number (see function gzerror below). gzflush returns Z_OK if