HomeSort by relevance Sort by last modified time
    Searched refs:zcfree (Results 1 - 25 of 37) sorted by null

1 2

  /external/freetype/src/gzip/
zutil.c 62 * 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
zutil.h 208 local void zcfree OF((voidpf opaque, voidpf ptr));
inflate.c 101 if (z->zfree == Z_NULL) z->zfree = zcfree;
ftgzip.c 151 zcfree( voidpf opaque, function
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_zutil.c 201 * 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
zutil.h 243 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
zconf.h 122 # define zcfree z_zcfree macro
  /external/chromium_org/third_party/zlib/
zutil.c 195 * 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
mozzconf.h 115 #define zcfree MOZ_Z_zcfree macro
zconf.h 107 # define zcfree z_zcfree macro
zutil.h 282 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
infback.c 48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
  /external/qemu/distrib/zlib-1.2.8/
zutil.c 199 * 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
zutil.h 241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
zconf.h 122 # define zcfree z_zcfree macro
  /external/zlib/src/
zutil.c 199 * 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
zutil.h 241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
zconf.h 122 # define zcfree z_zcfree macro
zconf.h.cmakein 124 # define zcfree z_zcfree
zconf.h.in 122 # define zcfree z_zcfree
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zconf.h 89 # define zcfree z_zcfree macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h 89 # define zcfree z_zcfree macro
  /external/pdfium/core/include/thirdparties/zlib/
zconf.h 122 # define zcfree z_zcfree macro
zlib.h 70 #define zcfree FPDFAPI_zcfree macro
    [all...]
  /external/zlib/src/contrib/infback9/
infback9.c 37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;

Completed in 821 milliseconds

1 2