/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
zlib.h | 40 #define ZLIB_VERSION "1.2.3" 207 #define zlib_version zlibVersion() macro 213 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 235 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 236 with the version assumed by the caller (ZLIB_VERSION). [all...] |
/external/chromium_org/third_party/zlib/ |
zlib.h | 40 #define ZLIB_VERSION "1.2.5" 215 #define zlib_version zlibVersion() macro 222 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 244 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 245 with the version assumed by the caller (ZLIB_VERSION). msg is set to null 577 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is 578 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is [all...] |
zutil.c | 29 return ZLIB_VERSION;
|
infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
/external/zlib/src/ |
zlib.h | 40 #define ZLIB_VERSION "1.2.8" 210 #define zlib_version zlibVersion() macro 217 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 239 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 240 with the version assumed by the caller (ZLIB_VERSION). msg is set to null 581 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is 582 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is [all...] |
zutil.c | 32 return ZLIB_VERSION;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
zlib.h | 40 #define ZLIB_VERSION "1.2.3.3" 210 #define zlib_version zlibVersion() macro 216 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 238 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 239 with the version assumed by the caller (ZLIB_VERSION). [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 40 #define ZLIB_VERSION "1.2.3.3" 210 #define zlib_version zlibVersion() macro 216 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 238 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 239 with the version assumed by the caller (ZLIB_VERSION). [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
zlib.h | 40 #define ZLIB_VERSION "1.2.3.3" 210 #define zlib_version zlibVersion() macro 216 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 238 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 239 with the version assumed by the caller (ZLIB_VERSION). [all...] |
/external/chromium_org/chrome/browser/metrics/ |
compression_utils.cc | 54 ZLIB_VERSION,
|
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 13 ZLIB_VERSION = '1.2.8'; 229 Result := deflateInit_(strm, level, ZLIB_VERSION, sizeof(z_stream)); 236 ZLIB_VERSION, sizeof(z_stream)); 241 Result := inflateInit_(strm, ZLIB_VERSION, sizeof(z_stream)); 246 Result := inflateInit2_(strm, windowBits, ZLIB_VERSION, sizeof(z_stream)); 253 ZLIB_VERSION, sizeof(z_stream));
|
/libcore/luni/src/main/native/ |
java_lang_System.cpp | 82 properties.push_back("android.zlib.version=" ZLIB_VERSION);
|
/frameworks/base/libs/androidfw/ |
ZipUtils.cpp | 82 ZLIB_VERSION); 195 ZLIB_VERSION);
|
ZipFileRO.cpp | 871 ZLIB_VERSION); 938 ZLIB_VERSION);
|
/external/libpng/contrib/gregbook/ |
readpng.c | 81 ZLIB_VERSION, zlib_version);
|
writepng.c | 74 ZLIB_VERSION, zlib_version);
|
readpng2.c | 154 ZLIB_VERSION, zlib_version);
|
/external/qemu/distrib/zlib-1.2.3/ |
zutil.c | 29 return ZLIB_VERSION;
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
c_zlib.c | 156 ZLIB_VERSION, sizeof(z_stream)); 168 ZLIB_VERSION, sizeof(z_stream)); 324 ZLIB_VERSION, sizeof(z_stream));
|
/external/openssl/crypto/comp/ |
c_zlib.c | 156 ZLIB_VERSION, sizeof(z_stream)); 168 ZLIB_VERSION, sizeof(z_stream)); 324 ZLIB_VERSION, sizeof(z_stream));
|
/external/zlib/src/test/ |
example.c | 552 static const char* myVersion = ZLIB_VERSION; 558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
/external/libpng/ |
pngtest.c | [all...] |
/external/zlib/src/contrib/infback9/ |
infback9.c | 27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
/art/runtime/ |
zip_archive.cc | 191 LOG(ERROR) << "Installed zlib is not compatible with linked version (" << ZLIB_VERSION << ")";
|
/dalvik/libdex/ |
ZipArchive.cpp | 701 ZLIB_VERSION);
|