Searched refs:free_func (Results 1 – 3 of 3) sorted by relevance
98 # define free_func z_free_func macro415 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt size));430 free_func zfree; /* used to free the internal state */
47 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()
241 if (strm->zfree == (free_func)0) strm->zfree = zcfree;359 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) {