/external/qemu/distrib/ |
Makefile | 0 ZLIB_VERSION := zlib-1.2.3 4 ZLIB_DIR = $(SRC_PATH)/distrib/$(ZLIB_VERSION)
|
/external/zlib/contrib/infback9/ |
infback9.h | 33 ZLIB_VERSION, sizeof(z_stream))
|
/development/ndk/platforms/android-3/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/sdch/open-vcdiff/src/ |
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/third_party/zlib/ |
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...] |
zutil.c | 29 return ZLIB_VERSION;
|
/external/qemu/distrib/zlib-1.2.3/ |
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...] |
zutil.c | 29 return ZLIB_VERSION;
|
/prebuilt/ndk/android-ndk-r4/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...] |
/prebuilt/ndk/android-ndk-r4/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...] |
/prebuilt/ndk/android-ndk-r4/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...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/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...] |
/prebuilt/ndk/android-ndk-r4/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...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/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/zlib/ |
zlib.h | 40 #define ZLIB_VERSION "1.2.5" 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 572 method), or Z_VERSION_ERROR if the zlib library version (zlib_version) is 573 incompatible with the version assumed by the caller (ZLIB_VERSION). msg is [all...] |
example.c | 521 static const char* myVersion = ZLIB_VERSION; 527 } else if (strcmp(zlibVersion(), ZLIB_VERSION) != 0) { 532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
zutil.c | 29 return ZLIB_VERSION;
|
/prebuilt/linux-x86/toolchain/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...] |
/external/zlib/contrib/pascal/ |
zlibpas.pas | 13 ZLIB_VERSION = '1.2.5'; 189 Result := deflateInit_(strm, level, ZLIB_VERSION, sizeof(z_stream)); 196 ZLIB_VERSION, sizeof(z_stream)); 201 Result := inflateInit_(strm, ZLIB_VERSION, sizeof(z_stream)); 206 Result := inflateInit2_(strm, windowBits, ZLIB_VERSION, sizeof(z_stream)); 213 ZLIB_VERSION, sizeof(z_stream));
|
/frameworks/base/libs/utils/ |
ZipUtils.cpp | 81 ZLIB_VERSION); 193 ZLIB_VERSION);
|
ZipFileRO.cpp | 810 ZLIB_VERSION); 877 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/openssl/crypto/comp/ |
c_zlib.c | 156 ZLIB_VERSION, sizeof(z_stream)); 168 ZLIB_VERSION, sizeof(z_stream)); 324 ZLIB_VERSION, sizeof(z_stream));
|