Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dvnc-clipboard.c56 inflateEnd(&stream); in inflate_buffer()
73 inflateEnd(&stream); in inflate_buffer()
78 inflateEnd(&stream); in inflate_buffer()
/openbmc/u-boot/fs/cramfs/
H A Duncompress.c81 inflateEnd (&stream); in cramfs_uncompress_exit()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h72 # define inflateEnd z_inflateEnd macro
370 # pragma map(inflateEnd,"INEND")
649 ZEXTERN int ZEXPORT inflateEnd OF((z_streamp strm));
/openbmc/u-boot/lib/
H A Dgunzip.c266 inflateEnd(&s); in gzwrite()
304 inflateEnd(&s); in zunzip()
/openbmc/linux/tools/perf/util/
H A Dzlib.c74 inflateEnd(&zs); in gzip_decompress_to_file()
/openbmc/qemu/migration/
H A Dmultifd-zlib.c220 inflateEnd(zs); in zlib_recv_setup()
238 inflateEnd(&z->zs); in zlib_recv_cleanup()
/openbmc/u-boot/fs/btrfs/
H A Dcompression.c103 inflateEnd(&stream); in decompress_zlib()
/openbmc/qemu/block/
H A Dcloop.c295 inflateEnd(&s->zstream); in cloop_close()
H A Dqcow2-threads.c169 inflateEnd(&strm); in qcow2_zlib_decompress()
H A Dqcow.c588 inflateEnd(strm); in decompress_buffer()
591 inflateEnd(strm); in decompress_buffer()
H A Ddmg.c781 inflateEnd(&s->zstream); in dmg_close()
/openbmc/qemu/hw/core/
H A Dloader.c613 inflateEnd(&s); in gunzip()
617 inflateEnd(&s); in gunzip()
/openbmc/u-boot/lib/zlib/
H A Dinflate.c929 int ZEXPORT inflateEnd(z_streamp strm) in inflateEnd() function