Home
last modified time | relevance | path

Searched refs:zfree (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/lib/
H A Dgzip.c33 static void zfree(void *x, void *addr, unsigned nb) in zfree() function
65 s.zfree = zfree; in zzip()
H A Dgunzip.c195 s.zfree = gzfree; in gzwrite()
283 s.zfree = gzfree; in zunzip()
/openbmc/u-boot/fs/cramfs/
H A Duncompress.c60 stream.zfree = gzfree; in cramfs_uncompress_init()
/openbmc/u-boot/lib/zlib/
H A Dzutil.h123 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), 0)
H A Dinflate.c47 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateInit2_()
932 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateEnd()
H A Ddeflate.c241 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
/openbmc/qemu/migration/
H A Dmultifd-zlib.c44 zs->zfree = Z_NULL; in multifd_zlib_send_setup()
170 zs->zfree = Z_NULL; in multifd_zlib_recv_setup()
/openbmc/qemu/ui/
H A Dvnc-clipboard.c35 .zfree = Z_NULL, in inflate_buffer()
90 .zfree = Z_NULL, in deflate_buffer()
H A Dvnc-enc-zlib.c77 zstream->zfree = vnc_zlib_zfree; in vnc_zlib_stop()
H A Dvnc-enc-zrle.c82 zstream->zfree = vnc_zlib_zfree; in zrle_compress_data()
H A Dvnc-enc-tight.c801 zstream->zfree = vnc_zlib_zfree; in tight_init_stream()
/openbmc/u-boot/include/u-boot/
H A Dzlib.h430 free_func zfree; /* used to free the internal state */ member