Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.h86 typedef void (*free_func)(voidpf opaque, voidpf address); typedef
103 free_func zfree; /* used to free the internal state */
H A Dzconf.h149 # define free_func z_free_func macro
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_()