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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzutil.c106 * original form in order to free it, use zcfree().
151 void zcfree (voidpf opaque, voidpf ptr) function
170 Assert(0, "zcfree: ptr not found");
192 void zcfree (voidpf opaque, voidpf ptr) function
217 void zcfree (opaque, ptr) function
H A Dmaketree.c62 z.zfree = zcfree;
H A Dzutil.h213 void zcfree OF((voidpf opaque, voidpf ptr));
H A Dinflate.c101 if (z->zfree == Z_NULL) z->zfree = zcfree;
H A Ddeflate.c232 if (strm->zfree == Z_NULL) strm->zfree = zcfree;

Completed in 19 milliseconds