HomeSort by relevance Sort by last modified time
    Searched refs:Z_NULL (Results 76 - 86 of 86) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
143 zalloc must return Z_NULL if there is not enough memory for the object.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
350 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
354 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
zlib.h 117 Bytef *extra; /* pointer to extra field or Z_NULL if none */
118 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
120 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */
122 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */
143 zalloc must return Z_NULL if there is not enough memory for the object.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 If zalloc and zfree are set to Z_NULL, deflateInit updates them to
350 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
354 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to
    [all...]
  /dalvik/vm/analysis/
DexPrepare.cpp     [all...]
  /external/qemu/distrib/libpng-1.2.19/
png.c 208 png_ptr->crc = crc32(0, Z_NULL, 0);
  /external/libpng/
png.c 213 png_ptr->crc = crc32(0, Z_NULL, 0);
  /dalvik/vm/
CheckJni.cpp     [all...]
  /external/qemu/
vnc-android.c 582 zstream->zalloc = Z_NULL;
583 zstream->zfree = Z_NULL;
    [all...]
vnc.c 576 zstream->zalloc = Z_NULL;
577 zstream->zfree = Z_NULL;
    [all...]
  /external/chromium/net/tools/spdyshark/
packet-spdy.c 318 conv_data->dictionary_id = adler32(0L, Z_NULL, 0);
    [all...]
  /external/chromium/net/spdy/
spdy_framer.cc     [all...]
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]

Completed in 1438 milliseconds

1 2 34