Home
last modified time | relevance | path

Searched refs:zcfree (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/libkern/zlib/
H A Dzutil.c265 zcfree(voidpf opaque, voidpf ptr) in zcfree() function
308 zcfree(voidpf opaque, voidpf ptr) in zcfree() function
343 zcfree(voidpf opaque, voidpf ptr) in zcfree() function
H A Dzutil.h305 void zcfree OF((voidpf opaque, voidpf ptr));
H A Dinfback.c74 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateBackInit_()
H A Dinflate.c186 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in inflateInit2_()
H A Ddeflate.c266 if (strm->zfree == (free_func)0) strm->zfree = zcfree; in deflateInit2_()