Home
last modified time | relevance | path

Searched refs:free_func (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dzlib.h98 # define free_func z_free_func macro
415 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt size));
430 free_func zfree; /* used to free the internal state */
/openbmc/u-boot/lib/zlib/
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) {