Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkern/zlib/
H A Duncompr.c73 stream.zfree = (free_func)0; in uncompress()
H A Dcompress.c71 stream.zfree = (free_func)0; in compress2()
H A Dinfback.c74 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateBackInit_()
642 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateBackEnd()
H A Dinflate.c186 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateInit2_()
1204 if (strm == Z_NULL || strm->state == Z_NULL || strm->zfree == (free_func)0) in inflateEnd()
1373 source->zalloc == (alloc_func)0 || source->zfree == (free_func)0) in inflateCopy()
H A Ddeflate.c266 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in deflateInit2_()
396 strm->zalloc == (alloc_func)0 || strm->zfree == (free_func)0) { in deflateReset()
/xnu-8020.101.4/libkern/libkern/
H A Dzlib.h105 typedef void (*free_func) OF((voidpf opaque, voidpf address));
122 free_func zfree;/* used to free the internal state */
H A Dzconf.h74 # define free_func z_free_func macro