Searched refs:Z_SYNC_FLUSH (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/migration/ |
H A D | multifd-zlib.c | 114 flush = Z_SYNC_FLUSH; in multifd_zlib_send_prepare() 241 flush = Z_SYNC_FLUSH; in multifd_zlib_recv()
|
/openbmc/linux/include/linux/ |
H A D | zlib.h | 142 #define Z_SYNC_FLUSH 3 macro
|
/openbmc/linux/fs/squashfs/ |
H A D | zlib_wrapper.c | 109 zlib_err = zlib_inflate(stream, Z_SYNC_FLUSH); in zlib_uncompress()
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zlib.c | 112 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) { in vnc_zlib_stop()
|
H A D | vnc-enc-zrle.c | 106 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) { in zrle_compress_data()
|
H A D | vnc-enc-tight.c | 866 if (deflate(zstream, Z_SYNC_FLUSH) != Z_OK) { in tight_compress_data()
|
/openbmc/qemu/docs/devel/migration/ |
H A D | qpl-compression.rst | 221 ``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 D | gunzip.c | 223 r = inflate(&s, Z_SYNC_FLUSH); in gzwrite()
|
/openbmc/linux/fs/erofs/ |
H A D | decompressor_deflate.c | 225 zerr = zlib_inflate(&strm->z, Z_SYNC_FLUSH); in z_erofs_deflate_decompress()
|
/openbmc/linux/crypto/ |
H A D | deflate.c | 239 ret = zlib_inflate(stream, Z_SYNC_FLUSH); in __deflate_decompress()
|
/openbmc/linux/fs/isofs/ |
H A D | compress.c | 147 zerr = zlib_inflate(&stream, Z_SYNC_FLUSH); in zisofs_uncompress_block()
|
/openbmc/u-boot/include/u-boot/ |
H A D | zlib.h | 467 #define Z_SYNC_FLUSH 2 macro
|
/openbmc/linux/fs/btrfs/ |
H A D | zlib.c | 178 ret = zlib_deflate(&workspace->strm, Z_SYNC_FLUSH); in zlib_compress_pages()
|