Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dgzip.c34 static void zfree(void *x, void *addr, unsigned nb) in zfree() function
66 s.zfree = zfree; in zzip()
H A Dgunzip.c207 s.zfree = gzfree; in gzwrite()
295 s.zfree = gzfree; in zunzip()
/rk3399_rockchip-uboot/fs/cramfs/
H A Duncompress.c60 stream.zfree = gzfree; in cramfs_uncompress_init()
/rk3399_rockchip-uboot/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) {
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h430 free_func zfree; /* used to free the internal state */ member