/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());
|
infcover.c | 376 ret = inflateInit_(&strm, ZLIB_VERSION - 1, (int)sizeof(z_stream));
|
/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...] |
infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
make_vms.com | 45 $ v_string = "ZLIB_VERSION"
|
inflate.c | 189 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/sysroot/usr/include/ |
zlib.h | 40 #define ZLIB_VERSION "1.2.3.4" 211 #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). [all...] |
/external/libpng/contrib/gregbook/ |
readpng2.c | 88 ZLIB_VERSION, zlib_version);
|
/external/libpng/ |
pngtest.c | [all...] |
/external/opencv3/3rdparty/libtiff/ |
tif_zip.c | 55 * Sigh, ZLIB_VERSION is defined as a string so there's no
|
/external/pdfium/third_party/libtiff/ |
tif_zip.c | 55 * Sigh, ZLIB_VERSION is defined as a string so there's no
|
/system/core/libziparchive/ |
zip_writer.cc | 250 ALOGE("Installed zlib is not compatible with linked version (%s)", ZLIB_VERSION);
|
zip_archive.cc | 911 ZLIB_VERSION); [all...] |
/bootable/recovery/minzip/ |
Zip.c | 537 ZLIB_VERSION);
|
/external/opencv3/3rdparty/zlib/ |
infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
inflate.c | 189 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || [all...] |
ChangeLog | [all...] |
/external/pdfium/third_party/zlib_v128/ |
infback.c | 37 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
inflate.c | 189 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] || [all...] |
/external/zlib/src/contrib/infback9/ |
infback9.c | 27 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
/external/zlib/src/contrib/pascal/ |
example.pas | 532 if zlibVersion^ <> ZLIB_VERSION[1] then
|
/external/ImageMagick/coders/ |
miff.c | [all...] |
png.c | [all...] |
/frameworks/base/tools/aapt/ |
ZipFile.cpp | 781 ZLIB_VERSION); [all...] |