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

/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
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
H A Dzmod_subr.c58 zcfree(void *opaque, void *ptr) function
63 panic("zcfree region corrupt: hdr=%p ptr=%p", (void *)z, ptr);
H A Dzutil.h267 void zcfree OF((voidpf opaque, voidpf ptr));
H A Dinflate.c168 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Ddeflate.c253 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/freebsd-10.0-release/lib/libz/
H A DSymbol.map107 zcfree;
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 Dzutil.h241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzconf.h122 # define zcfree z_zcfree macro
H A Dinfback.c56 strm->zfree = zcfree;
H A Dinflate.c206 strm->zfree = zcfree;
H A Ddeflate.c252 strm->zfree = zcfree;
/freebsd-10.0-release/sys/net/
H A Dzutil.h224 void zcfree OF((voidpf opaque, voidpf ptr));
H A Dzlib.c260 void zcfree OF((voidpf opaque, voidpf ptr));
777 if (strm->zfree == Z_NULL) strm->zfree = zcfree;
3149 if (z->zfree == Z_NULL) z->zfree = zcfree;
5221 * original form in order to free it, use zcfree().
5266 void zcfree (voidpf opaque, voidpf ptr) function
5285 Assert(0, "zcfree: ptr not found");
5307 void zcfree (voidpf opaque, voidpf ptr) function
5332 void zcfree (opaque, ptr) function

Completed in 142 milliseconds