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

/darwin-on-arm/xnu/libkern/zlib/
H A Dzutil.c223 * original form in order to free it, use zcfree().
268 void zcfree (voidpf opaque, voidpf ptr) function
287 Assert(0, "zcfree: ptr not found");
309 void zcfree (voidpf opaque, voidpf ptr) function
338 void zcfree (opaque, ptr) function
H A Dzutil.h305 void zcfree OF((voidpf opaque, voidpf ptr));
H A Dinfback.c76 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Dinflate.c189 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Ddeflate.c275 if (strm->zfree == (free_func)0) strm->zfree = zcfree;

Completed in 226 milliseconds