Searched refs:free_func (Results 1 – 3 of 3) sorted by relevance
86 typedef void (*free_func)(voidpf opaque, voidpf address); typedef103 free_func zfree; /* used to free the internal state */
149 # define free_func z_free_func macro
97 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) in inflateStateCheck()196 if (strm->zfree == (free_func)0) in inflateInit2_()