/external/zlib/src/win32/ |
zlib1.rc | 27 VALUE "FileVersion", ZLIB_VERSION "\0" 32 VALUE "ProductVersion", ZLIB_VERSION "\0"
|
/external/zlib/src/contrib/infback9/ |
infback9.h | 33 ZLIB_VERSION, sizeof(z_stream))
|
/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));
|
/external/zlib/src/contrib/ada/ |
zlib-thin.adb | 13 ZLIB_VERSION : constant Chars_Ptr := zlibVersion; 55 ZLIB_VERSION, 65 return inflateInit2 (strm, windowBits, ZLIB_VERSION, Z_Stream_Size);
|
/external/zlib/src/contrib/delphi/ |
ZLib.pas | 155 zlib_version = '1.2.8'; 302 CCheck(deflateInit_(strm, Z_BEST_COMPRESSION, zlib_version, sizeof(strm))); 345 DCheck(inflateInit_(strm, zlib_version, sizeof(strm))); 378 DCheck(inflateInit_(strm, zlib_version, sizeof(strm))); 415 CCheck(deflateInit_(FZRec, Levels[CompressionLevel], zlib_version, sizeof(FZRec))); 488 DCheck(inflateInit_(FZRec, zlib_version, sizeof(FZRec)));
|
readme.txt | 23 - The zlib_version constant is updated.
|
/external/zlib/src/ |
FAQ | 104 ZLIB_VERSION symbol defined in zlib.h . 174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In 176 identification string should be appended to ZLIB_VERSION. Version numbers 180 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also 191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
/external/freetype/src/gzip/ |
zlib.h | 40 #define ZLIB_VERSION "1.1.4" 169 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 191 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 192 with the version assumed by the caller (ZLIB_VERSION). [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/ |
zlib.h | 40 #define ZLIB_VERSION "1.1.4" 169 /* The application can compare zlibVersion and ZLIB_VERSION for consistency. 191 Z_VERSION_ERROR if the zlib library version (zlib_version) is incompatible 192 with the version assumed by the caller (ZLIB_VERSION). [all...] |
/external/libpng/contrib/gregbook/ |
readpng.c | 82 ZLIB_VERSION, zlib_version);
|
/external/opencv3/cmake/ |
OpenCVFindLibsGrfmt.cmake | 25 ocv_parse_header2(ZLIB "${${ZLIB_LIBRARY}_SOURCE_DIR}/zlib.h" ZLIB_VERSION)
|
/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...] |
/prebuilts/ndk/current/platforms/android-12/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/current/platforms/android-12/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/current/platforms/android-12/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...] |
/prebuilts/ndk/current/platforms/android-13/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/current/platforms/android-13/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/current/platforms/android-13/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...] |
/prebuilts/ndk/current/platforms/android-14/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/current/platforms/android-14/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/current/platforms/android-14/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...] |
/prebuilts/ndk/current/platforms/android-15/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/current/platforms/android-15/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/current/platforms/android-15/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...] |
/prebuilts/ndk/current/platforms/android-16/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...] |