/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.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
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/python/cpython2/Modules/zlib/ |
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/syslinux/com32/lib/zlib/ |
FAQ | 102 ZLIB_VERSION symbol defined in zlib.h . 172 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In 174 identification string should be appended to ZLIB_VERSION. Version numbers 178 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also 189 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
/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/libpng/contrib/gregbook/ |
readpng.c | 82 ZLIB_VERSION, zlib_version);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
FAQ | 173 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
175 identification string should be appended to ZLIB_VERSION. Version numbers
179 ZLIB_VERSION to something like "1.2.3.f-zachary-mods-v3". You can also
190 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
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...] |
/development/ndk/platforms/android-9/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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/r10/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...] |