Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dtf_gunzip.c74 stream.zalloc = zcalloc; in gunzip()
H A Dzutil.h249 (*((strm)->zalloc))((strm)->opaque, (items), (size))
H A Dinflate.c97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()
188 if (strm->zalloc == (alloc_func)0) { in inflateInit2_()
192 strm->zalloc = zcalloc; in inflateInit2_()
H A Dzlib.h102 alloc_func zalloc; /* used to allocate the internal state */ member