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

12

/external/freetype/src/gzip/
H A Dzutil.c62 * original form in order to free it, use zcfree().
107 void zcfree (voidpf opaque, voidpf ptr) function
126 Assert(0, "zcfree: ptr not found");
148 void zcfree (voidpf opaque, voidpf ptr) function
173 void zcfree (opaque, ptr) function
H A Dzutil.h208 local void zcfree OF((voidpf opaque, voidpf ptr));
H A Dinflate.c101 if (z->zfree == Z_NULL) z->zfree = zcfree;
H A Dftgzip.c151 zcfree( voidpf opaque, function
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_zutil.c201 * original form in order to free it, use zcfree().
246 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
265 Assert(0, "zcfree: ptr not found");
287 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr)
316 void ZLIB_INTERNAL zcfree (opaque, ptr)
346 void zcfree(voidpf opaque, voidpf ptr) function
H A Dzutil.h243 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzconf.h122 # define zcfree z_zcfree macro
/external/chromium_org/third_party/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 Dmozzconf.h115 #define zcfree MOZ_Z_zcfree macro
H A Dzconf.h107 # define zcfree z_zcfree macro
H A Dzutil.h282 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dinfback.c48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
/external/qemu/distrib/zlib-1.2.8/
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
/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.h241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzconf.h122 # define zcfree z_zcfree macro
H A Dzconf.h.cmakein124 # define zcfree z_zcfree
H A Dzconf.h.in122 # define zcfree z_zcfree
/external/zlib/
H A Dzutil.h241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
H A Dzconf.h122 # define zcfree z_zcfree macro
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h122 # define zcfree z_zcfree macro
H A Dzlib.h70 #define zcfree FPDFAPI_zcfree macro
/external/zlib/src/contrib/infback9/
H A Dinfback9.c37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;

Completed in 437 milliseconds

12