/prebuilts/ndk/r11/platforms/android-3/arch-arm/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...] |
/prebuilts/ndk/r11/platforms/android-4/arch-arm/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...] |
/prebuilts/ndk/r11/platforms/android-5/arch-arm/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...] |
/prebuilts/ndk/r11/platforms/android-8/arch-arm/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...] |
/prebuilts/ndk/r11/platforms/android-9/arch-arm/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...] |
/prebuilts/ndk/r11/platforms/android-9/arch-mips/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...] |
/prebuilts/ndk/r11/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/libpng/contrib/gregbook/ |
writepng.c | 75 ZLIB_VERSION, zlib_version);
|
/external/zlib/src/as400/ |
zlib.inc | 14 * inflateInit(...: ZLIB_VERSION: %size(z_stream)) 25 D ZLIB_VERSION C '1.2.8'
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
zutil.c | 32 return ZLIB_VERSION;
|
example.c | 552 static const char* myVersion = ZLIB_VERSION;
558 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
zutil.c | 29 return ZLIB_VERSION;
|
example.c | 521 static const char* myVersion = ZLIB_VERSION;
527 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) {
532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
/external/curl/lib/ |
version.c | 330 NULL, /* zlib_version */
|
/external/freetype/src/gzip/ |
inflate.c | 88 if (version == Z_NULL || version[0] != ZLIB_VERSION[0] ||
|
/external/pdfium/third_party/zlib_v128/ |
zutil.c | 32 return ZLIB_VERSION;
|
zlib.h | 109 #define ZLIB_VERSION "1.2.8" 279 #define zlib_version zlibVersion() macro 286 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 308 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 309 with the version assumed by the caller (ZLIB_VERSION). msg is set to null 650 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is 651 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is [all...] |
/external/python/cpython2/Modules/zlib/ |
zutil.c | 32 return ZLIB_VERSION;
|
/external/syslinux/com32/lib/zlib/ |
zutil.c | 29 return ZLIB_VERSION;
|
/external/zlib/src/ |
CMakeLists.txt | 167 string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([-0-9A-Za-z.]+)\".*"
|
zutil.c | 32 return ZLIB_VERSION;
|
/frameworks/base/libs/androidfw/ |
ZipUtils.cpp | 89 ZLIB_VERSION);
|
/libcore/ojluni/src/main/native/ |
System.c | 189 jstring zlib_str = (*env)->NewStringUTF(env, "android.zlib.version=" ZLIB_VERSION);
|
/system/core/libziparchive/ |
zip_archive_stream_entry.cc | 165 ALOGE("Installed zlib is not compatible with linked version (%s)", ZLIB_VERSION);
|