Home
last modified time | relevance | path

Searched refs:Z_SYNC_FLUSH (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/migration/
H A Dmultifd-zlib.c114 flush = Z_SYNC_FLUSH; in multifd_zlib_send_prepare()
241 flush = Z_SYNC_FLUSH; in multifd_zlib_recv()
/openbmc/linux/include/linux/
H A Dzlib.h142 #define Z_SYNC_FLUSH 3 macro
/openbmc/linux/fs/squashfs/
H A Dzlib_wrapper.c109 zlib_err = zlib_inflate(stream, Z_SYNC_FLUSH); in zlib_uncompress()
/openbmc/qemu/ui/
H A Dvnc-enc-zlib.c112 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) { in vnc_zlib_stop()
H A Dvnc-enc-zrle.c106 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) { in zrle_compress_data()
H A Dvnc-enc-tight.c866 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) { in tight_compress_data()
/openbmc/qemu/docs/devel/migration/
H A Dqpl-compression.rst221 ``QPL`` does not support the ``Z_SYNC_FLUSH`` operation in ``ZLIB`` streaming
222 compression, current ``ZLIB`` implementation uses ``Z_SYNC_FLUSH``, so each
227 The introduction for ``Z_SYNC_FLUSH``, please refer to `Zlib Manual
/openbmc/u-boot/lib/
H A Dgunzip.c223 r = inflate(&s, Z_SYNC_FLUSH); in gzwrite()
/openbmc/linux/fs/erofs/
H A Ddecompressor_deflate.c225 zerr = zlib_inflate(&strm->z, Z_SYNC_FLUSH); in z_erofs_deflate_decompress()
/openbmc/linux/crypto/
H A Ddeflate.c239 ret = zlib_inflate(stream, Z_SYNC_FLUSH); in __deflate_decompress()
/openbmc/linux/fs/isofs/
H A Dcompress.c147 zerr = zlib_inflate(&stream, Z_SYNC_FLUSH); in zisofs_uncompress_block()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h467 #define Z_SYNC_FLUSH 2 macro
/openbmc/linux/fs/btrfs/
H A Dzlib.c178 ret = zlib_deflate(&workspace->strm, Z_SYNC_FLUSH); in zlib_compress_pages()