/external/freetype/src/gzip/ |
infcodes.c | 67 ZALLOC(z,1,sizeof(struct inflate_codes_state))) != Z_NULL)
|
/development/ndk/platforms/android-3/include/ |
zlib.h | 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 140 zalloc must return Z_NULL if there is not enough memory for the object. 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact 351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to [all...] |
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
zlib.h | 114 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 115 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 117 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 119 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 140 zalloc must return Z_NULL if there is not enough memory for the object. 205 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 224 If zalloc and zfree are set to Z_NULL, deflateInit updates them to 347 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact 351 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them to [all...] |
/external/chromium_org/third_party/libxml/src/ |
nanohttp.c | 818 ctxt->strm->zalloc = Z_NULL; 819 ctxt->strm->zfree = Z_NULL; 820 ctxt->strm->opaque = Z_NULL; 822 ctxt->strm->next_in = Z_NULL; [all...] |
/external/chromium_org/third_party/zlib/ |
crc32.c | 226 if (buf == Z_NULL) return 0UL;
|
zlib.h | 118 Bytef *extra; /* pointer to extra field or Z_NULL if none */ 119 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ 121 Bytef *name; /* pointer to zero-terminated file name or Z_NULL */ 123 Bytef *comment; /* pointer to zero-terminated comment or Z_NULL */ 144 zalloc must return Z_NULL if there is not enough memory for the object. 209 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */ 233 zalloc and zfree are set to Z_NULL, deflateInit updates them to use default 350 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible 376 the caller. If next_in is not Z_NULL and avail_in is large enough (the 380 inflate. If zalloc and zfree are set to Z_NULL, inflateInit updates them t [all...] |
/external/libxml2/ |
nanohttp.c | 823 ctxt->strm->zalloc = Z_NULL; 824 ctxt->strm->zfree = Z_NULL; 825 ctxt->strm->opaque = Z_NULL; 827 ctxt->strm->next_in = Z_NULL; [all...] |
/external/libpng/contrib/tools/ |
pngfix.c | [all...] |
/art/runtime/ |
oat.cc | 73 adler32_checksum_ = adler32(0L, Z_NULL, 0);
|
check_jni.cc | [all...] |
dex_file_verifier.cc | 252 uint32_t adler_checksum = adler32(0L, Z_NULL, 0); [all...] |
/dalvik/libdex/ |
DexFile.cpp | 484 uLong adler = adler32(0L, Z_NULL, 0);
|
DexSwapVerify.cpp | [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_index_file.cc | 34 return crc32(crc32(0, Z_NULL, 0),
|
simple_entry_impl.cc | 769 int32 crc = GetDataSize(i) == 0 ? crc32(0, Z_NULL, 0) : crc32s_[i]; [all...] |
/external/fio/ |
client.c | 1140 stream.zalloc = Z_NULL; 1141 stream.zfree = Z_NULL; 1142 stream.opaque = Z_NULL; 1144 stream.next_in = Z_NULL; [all...] |
server.c | 1177 stream.zalloc = Z_NULL; 1178 stream.zfree = Z_NULL; 1179 stream.opaque = Z_NULL; [all...] |
/external/chromium_org/third_party/libpng/ |
png.c | 213 png_ptr->crc = crc32(0, Z_NULL, 0);
|
/external/chromium_org/net/spdy/ |
spdy_framer.cc | 28 uLong initial_value = adler32(0L, Z_NULL, 0); [all...] |
/external/libpng/ |
png.c | 105 png_ptr->crc = (png_uint_32)crc32(0, Z_NULL, 0); [all...] |