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

12

/macosx-10.10/rsync-45/rsync/zlib/
H A Dzutil.c195 * original form in order to free it, use zcfree().
240 void zcfree (voidpf opaque, voidpf ptr) function
259 Assert(0, "zcfree: ptr not found");
281 void zcfree (voidpf opaque, voidpf ptr) function
310 void zcfree (opaque, ptr) function
H A Dzutil.h265 void zcfree OF((voidpf opaque, voidpf ptr));
H A Dinflate.c161 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Ddeflate.c249 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/macosx-10.10/sudo-73/src/zlib/
H A Dzutil.c176 * original form in order to free it, use zcfree().
221 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function
240 Assert(0, "zcfree: ptr not found");
262 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function
291 void ZLIB_INTERNAL zcfree (opaque, ptr) function
H A Dzutil.h240 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzconf.h.in125 # define zcfree z_zcfree
H A Dinfback.c56 strm->zfree = zcfree;
H A Dinflate.c205 strm->zfree = zcfree;
H A Ddeflate.c252 strm->zfree = zcfree;
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dzutil.c223 * original form in order to free it, use zcfree().
268 void zcfree (voidpf opaque, voidpf ptr) function
287 Assert(0, "zcfree: ptr not found");
309 void zcfree (voidpf opaque, voidpf ptr) function
338 void zcfree (opaque, ptr) function
H A Dzutil.h305 void zcfree OF((voidpf opaque, voidpf ptr));
H A Dinfback.c76 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Dinflate.c189 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Ddeflate.c275 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadNone.c38 extern int zcfree ();
112 { "zcfree", zcfree },
/macosx-10.10/zlib-55/zlib/
H A Dzutil.c195 * original form in order to free it, use zcfree().
240 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function
259 Assert(0, "zcfree: ptr not found");
281 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) function
310 void ZLIB_INTERNAL zcfree (opaque, ptr) function
H A Dzconf.h104 # define zcfree z_zcfree macro
H A Dzutil.h267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzconf.h.cmakein106 # define zcfree z_zcfree
H A Dzconf.h.in104 # define zcfree z_zcfree
H A Dinfback.c48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Dinflate.c186 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/macosx-10.10/zlib-55/zlib/contrib/infback9/
H A Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c802 void zcfree OF((voidpf opaque, voidpf ptr));
865 * original form in order to free it, use zcfree().
910 void zcfree (voidpf opaque, voidpf ptr) function
929 Assert(0, "zcfree: ptr not found");
951 void zcfree (voidpf opaque, voidpf ptr) function
982 void zcfree (opaque, ptr) function
2387 if (strm->zfree == (free_func)0) strm->zfree = zcfree;

Completed in 354 milliseconds

12