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

/illumos-gate/usr/src/uts/common/zmod/
H A Dzmod_subr.c59 zcfree(void *opaque, void *ptr) function
64 panic("zcfree region corrupt: hdr=%p ptr=%p", (void *)z, ptr);
H A Dzutil.c201 * original form in order to free it, use zcfree().
246 void zcfree (voidpf opaque, voidpf ptr) function
265 Assert(0, "zcfree: ptr not found");
287 void zcfree (voidpf opaque, voidpf ptr) function
316 void zcfree (opaque, ptr) function
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.c199 * original form in order to free it, use zcfree().
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function
263 Assert(0, "zcfree: ptr not found");
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function
314 void ZLIB_INTERNAL zcfree (opaque, ptr) function
H A Dzconf.h122 # define zcfree z_zcfree macro
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c266 /* void zcfree OF((voidpf opaque, voidpf ptr)); */
885 if (strm->zfree == Z_NULL) strm->zfree = zcfree;
3685 if (z->zfree == Z_NULL) z->zfree = zcfree;
5926 * original form in order to free it, use zcfree().
5979 zcfree(voidpf opaque, voidpf ptr) function
5999 Assert(0, "zcfree: ptr not found");
6023 zcfree(voidpf opaque, voidpf ptr) function
6051 zcfree(opaque, ptr) function

Completed in 79 milliseconds