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

1 2

  /external/zlib/
zlib.map 15 zcfree;
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
zutil.h 267 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
zconf.h 104 # define zcfree z_zcfree macro
zconf.h.cmakein 106 # define zcfree z_zcfree
zconf.h.in 104 # define zcfree z_zcfree
infback.c 48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
inflate.c 186 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
    [all...]
  /external/chromium/third_party/zlib/
zutil.c 197 * original form in order to free it, use zcfree().
242 void zcfree (voidpf opaque, voidpf ptr) function
261 Assert(0, "zcfree: ptr not found");
283 void zcfree (voidpf opaque, voidpf ptr) function
312 void zcfree (opaque, ptr) function
mozzconf.h 115 #define zcfree MOZ_Z_zcfree macro
zutil.h 262 void zcfree OF((voidpf opaque, voidpf ptr));
infback.c 48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
inflate.c 161 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
    [all...]
deflate.c 247 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zutil.c 195 * 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
zutil.h 262 void zcfree OF((voidpf opaque, voidpf ptr));
infback.c 48 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
inflate.c 161 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
    [all...]
deflate.c 247 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
    [all...]
  /development/ndk/platforms/android-3/arch-arm/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /external/zlib/contrib/infback9/
infback9.c 37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;

Completed in 508 milliseconds

1 2