Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dtf_gunzip.c47 static void ZLIB_INTERNAL zfree(void *opaque, void *ptr) in zfree() function
75 stream.zfree = zfree; in gunzip()
H A Dzutil.h250 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dinflate.c97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
196 if (strm->zfree == (free_func)0) in inflateInit2_()
200 strm->zfree = zcfree; in inflateInit2_()
H A Dzlib.h103 free_func zfree; /* used to free the internal state */ member