Home
last modified time | relevance | path

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

/external/libpng/
Dpngstruct.h39 #if ZLIB_VERNUM < 0x1260
266 #if ZLIB_VERNUM >= 0x1240
Dpngpriv.h910 #if PNG_ZLIB_VERNUM != 0 && PNG_ZLIB_VERNUM != ZLIB_VERNUM
911 # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \
1384 #if ZLIB_VERNUM >= 0x1240
Dpngrutil.c377 #if ZLIB_VERNUM >= 0x1240 in png_inflate_claim()
406 #if ZLIB_VERNUM >= 0x1240 in png_inflate_claim()
415 #if ZLIB_VERNUM >= 0x1240 in png_inflate_claim()
425 #if ZLIB_VERNUM >= 0x1290 && \ in png_inflate_claim()
446 #if ZLIB_VERNUM >= 0x1240
DCHANGES4566 Check ZLIB_VERNUM for mismatches, enclose #error in quotes
4935 Test ZLIB_VERNUM instead of PNG_ZLIB_VERNUM in contrib/tools/pngfix.c
5714 Changed PNG_ZLIB_VERNUM to ZLIB_VERNUM in pngpriv.h, pngstruct.h, and
5815 Change test ZLIB_VERNUM >= 0x1281 to ZLIB_VERNUM >= 0x1290 in pngrutil.c
/external/protobuf/
Dconfigure.ac108 #if !defined(ZLIB_VERNUM) || (ZLIB_VERNUM < 0x1204)
/external/zlib/
DAndroid.bp90 // there's a ZLIB_VERNUM that will need to be handled since early versions of
Dzlib.h41 #define ZLIB_VERNUM 0x12b0 macro
/external/pdfium/third_party/libpng16/
Dpngstruct.h39 #if ZLIB_VERNUM < 0x1260
Dpngpriv.h836 #if PNG_ZLIB_VERNUM != 0 && PNG_ZLIB_VERNUM != ZLIB_VERNUM
837 # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \
/external/zlib/src/contrib/pascal/
Dzlibpas.pas14 ZLIB_VERNUM = $12a0;
/external/u-boot/include/u-boot/
Dzlib.h53 #define ZLIB_VERNUM 0x1230 macro
/external/zlib/src/
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 0x12b0 macro
DChangeLog928 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
/external/python/cpython2/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 0x12b0 macro
Dexample.c563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
DChangeLog928 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
/external/python/cpython3/Modules/
Dzlibmodule.c20 #if defined(ZLIB_VERNUM) && ZLIB_VERNUM >= 0x1221
/external/zlib/src/test/
Dexample.c563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
/external/libpng/contrib/tools/
Dpngfix.c75 #if ZLIB_VERNUM < 0x1260
87 #if ZLIB_VERNUM >= 0x1240
4027 ZLIB_VERNUM); in main()
/external/libxml2/
DxmlIO.c2570 #if defined(ZLIB_VERNUM) && ZLIB_VERNUM >= 0x1230 in __xmlParserInputBufferCreateFilename()
/external/libpng/scripts/
Dpnglibconf.dfa277 setting ZLIB_VERNUM default @ZLIB_VERNUM