/bootable/recovery/applypatch/ |
imgdiff.c | 309 strm.zalloc = Z_NULL; 310 strm.zfree = Z_NULL; 311 strm.opaque = Z_NULL; 434 strm.zalloc = Z_NULL; 435 strm.zfree = Z_NULL; 436 strm.opaque = Z_NULL; 531 strm.zalloc = Z_NULL; 532 strm.zfree = Z_NULL; 533 strm.opaque = Z_NULL;
|
/external/zlib/examples/ |
gzappend.c | 281 strm->zalloc = Z_NULL; 282 strm->zfree = Z_NULL; 283 strm->opaque = Z_NULL; 293 crc = crc32(0L, Z_NULL, 0);
|
gzlog.c | 620 strm.zalloc = Z_NULL; 621 strm.zfree = Z_NULL; 622 strm.opaque = Z_NULL; [all...] |
/external/zlib/ |
gzread.c | 101 state->strm.zalloc = Z_NULL; 102 state->strm.zfree = Z_NULL; 103 state->strm.opaque = Z_NULL; 105 state->strm.next_in = Z_NULL;
|
adler32.c | 89 if (buf == Z_NULL)
|
gzwrite.c | 39 strm->zalloc = Z_NULL; 40 strm->zfree = Z_NULL; 41 strm->opaque = Z_NULL;
|
crc32.c | 231 if (buf == Z_NULL) return 0UL;
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 55 extra: PChar; (* pointer to extra field or Z_NULL if none *) 56 extra_len: Integer; (* extra field length (valid if extra != Z_NULL) *) 58 name: PChar; (* pointer to zero-terminated file name or Z_NULL *) 60 comment: PChar; (* pointer to zero-terminated comment or Z_NULL *)
|
/build/tools/zipalign/ |
ZipFile.cpp | 651 *pCRC32 = crc32(0L, Z_NULL, 0); 681 *pCRC32 = crc32(0L, Z_NULL, 0); 708 *pCRC32 = crc32(0L, Z_NULL, 0); 769 zstream.zalloc = Z_NULL; 770 zstream.zfree = Z_NULL; 771 zstream.opaque = Z_NULL; 791 crc = crc32(0L, Z_NULL, 0); [all...] |
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 651 *pCRC32 = crc32(0L, Z_NULL, 0); 681 *pCRC32 = crc32(0L, Z_NULL, 0); 708 *pCRC32 = crc32(0L, Z_NULL, 0); 769 zstream.zalloc = Z_NULL; 770 zstream.zfree = Z_NULL; 771 zstream.opaque = Z_NULL; 791 crc = crc32(0L, Z_NULL, 0); [all...] |
/dalvik/libdex/ |
ZipArchive.cpp | 603 zstream.zalloc = Z_NULL; 604 zstream.zfree = Z_NULL; 605 zstream.opaque = Z_NULL;
|
/external/chromium/sdch/open-vcdiff/src/ |
adler32.c | 121 if (buf == Z_NULL)
|
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/dropbear/ |
common-kex.c | 346 ses.newkeys->recv_zstream->zalloc = Z_NULL; 347 ses.newkeys->recv_zstream->zfree = Z_NULL; 358 ses.newkeys->trans_zstream->zalloc = Z_NULL; 359 ses.newkeys->trans_zstream->zfree = Z_NULL;
|
/external/qemu/distrib/zlib-1.2.3/ |
adler32.c | 81 if (buf == Z_NULL)
|
crc32.c | 224 if (buf == Z_NULL) return 0UL;
|
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/zlib/test/ |
example.c | 62 q = Z_NULL; 68 q = Z_NULL; 570 if (compr == Z_NULL || uncompr == Z_NULL) {
|
/system/core/gpttool/ |
gpttool.c | 356 n = crc32(0, Z_NULL, 0); 360 n = crc32(0, Z_NULL, 0);
|
/bootable/recovery/minzip/ |
Zip.c | 573 zstream.zalloc = Z_NULL; 574 zstream.zfree = Z_NULL; 575 zstream.opaque = Z_NULL; 719 crc = crc32(0L, Z_NULL, 0); [all...] |
/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/libxml2/ |
nanohttp.c | 816 ctxt->strm->zalloc = Z_NULL; 817 ctxt->strm->zfree = Z_NULL; 818 ctxt->strm->opaque = Z_NULL; 820 ctxt->strm->next_in = Z_NULL; [all...] |
/frameworks/base/core/jni/ |
com_android_internal_content_NativeLibraryHelper.cpp | 128 long crc = crc32(0L, Z_NULL, 0);
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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...] |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/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...] |