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

/external/qemu/distrib/zlib-1.2.3/
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.h262 void zcfree OF((voidpf opaque, voidpf ptr));
H A Dinfback.c48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Dinflate.c161 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
H A Ddeflate.c247 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/external/zlib/src/
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.h240 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzconf.h119 # define zcfree z_zcfree macro
H A Dzconf.h.cmakein121 # define zcfree z_zcfree
H A Dzconf.h.in119 # 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;
/external/zlib/
H A Dzutil.h240 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzconf.h119 # define zcfree z_zcfree macro
/external/zlib/src/contrib/infback9/
H A Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;

Completed in 130 milliseconds