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

  /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...]
  /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;
inflate.c 186 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
    [all...]
deflate.c 242 if (strm->zfree == (free_func)0) strm->zfree = zcfree;
    [all...]
  /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
infback.c 56 strm->zfree = zcfree;
inflate.c 206 strm->zfree = zcfree;
    [all...]
deflate.c 252 strm->zfree = zcfree;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 89 # define zcfree z_zcfree macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 89 # define zcfree z_zcfree macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 89 # define zcfree z_zcfree macro
  /external/zlib/src/contrib/infback9/
infback9.c 37 if (strm->zfree == (free_func)0) strm->zfree = zcfree;

Completed in 496 milliseconds