Home
last modified time | relevance | path

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

/u-boot/lib/
A Dgzip.c34 static void zfree(void *x, void *addr, unsigned nb) in zfree() function
66 s.zfree = zfree; in zzip()
A Dgunzip.c198 s.zfree = gzfree; in gzwrite()
286 s.zfree = gzfree; in zunzip()
/u-boot/fs/cramfs/
A Duncompress.c61 stream.zfree = gzfree; in cramfs_uncompress_init()
/u-boot/lib/zlib/
A Duncompr.c53 stream.zfree = (free_func)0;
A Dzutil.h123 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr), 0)
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()
A Ddeflate.c237 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
397 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {
/u-boot/include/u-boot/
A Dzlib.h436 free_func zfree; /* used to free the internal state */ member

Completed in 21 milliseconds