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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dzutil.c219 * original form in order to free it, use zcfree().
264 void zcfree (voidpf opaque, voidpf ptr) function
283 Assert(0, "zcfree: ptr not found");
305 void zcfree (voidpf opaque, voidpf ptr) function
334 void zcfree (opaque, ptr) function
H A Dzutil.h287 void zcfree OF((voidpf opaque, voidpf ptr));
H A Dinfback.c72 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Dinflate.c185 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Ddeflate.c271 if (strm->zfree == (free_func)0) strm->zfree = zcfree;

Completed in 1699 milliseconds