Home
last modified time | relevance | path

Searched refs:ZLIB_VERNUM (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h41 #define ZLIB_VERNUM 0x1230 macro
DFAQ173 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
178 is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and
190 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
Dexample.c532 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
DChangeLog268 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DFAQ174 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
179 is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and
191 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
Dzlib.h41 #define ZLIB_VERNUM 0x1280 macro
Dexample.c563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
DChangeLog885 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons