Searched refs:zcfree (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzmod_subr.c45 zcfree(void *opaque, void *ptr) function
H A Ddeflate.c253 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Dinflate.c168 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
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 Dzutil.h267 void zcfree OF((voidpf opaque, voidpf ptr));
/freebsd-11-stable/sys/contrib/zlib/
H A Dzutil.h259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzutil.c196 * original form in order to free it, use zcfree().
243 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function
264 Assert(0, "zcfree: ptr not found");
286 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function
315 void ZLIB_INTERNAL zcfree (opaque, ptr) function
H A Dzconf.h135 # define zcfree z_zcfree macro
H A Dinflate.c221 strm->zfree = zcfree;
H A Dinfback.c56 strm->zfree = zcfree;
H A Ddeflate.c279 strm->zfree = zcfree;
/freebsd-11-stable/sys/libkern/
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
/freebsd-11-stable/sys/sys/
H A Dzutil.h224 void zcfree OF((voidpf opaque, voidpf ptr));

Completed in 213 milliseconds