Searched refs:ZLIB_VERNUM (Results 1 – 23 of 23) sorted by relevance
/external/libpng/ |
D | pngstruct.h | 39 #if ZLIB_VERNUM < 0x1260 266 #if ZLIB_VERNUM >= 0x1240
|
D | pngpriv.h | 910 #if PNG_ZLIB_VERNUM != 0 && PNG_ZLIB_VERNUM != ZLIB_VERNUM 911 # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \ 1384 #if ZLIB_VERNUM >= 0x1240
|
D | pngrutil.c | 377 #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
|
D | CHANGES | 4566 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/ |
D | configure.ac | 108 #if !defined(ZLIB_VERNUM) || (ZLIB_VERNUM < 0x1204)
|
/external/zlib/ |
D | Android.bp | 90 // there's a ZLIB_VERNUM that will need to be handled since early versions of
|
D | zlib.h | 41 #define ZLIB_VERNUM 0x12b0 macro
|
/external/pdfium/third_party/libpng16/ |
D | pngstruct.h | 39 #if ZLIB_VERNUM < 0x1260
|
D | pngpriv.h | 836 #if PNG_ZLIB_VERNUM != 0 && PNG_ZLIB_VERNUM != ZLIB_VERNUM 837 # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 14 ZLIB_VERNUM = $12a0;
|
/external/u-boot/include/u-boot/ |
D | zlib.h | 53 #define ZLIB_VERNUM 0x1230 macro
|
/external/zlib/src/ |
D | FAQ | 174 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
|
D | zlib.h | 41 #define ZLIB_VERNUM 0x12b0 macro
|
D | ChangeLog | 928 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
|
/external/python/cpython2/Modules/zlib/ |
D | FAQ | 174 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
|
D | zlib.h | 41 #define ZLIB_VERNUM 0x12b0 macro
|
D | example.c | 563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
D | ChangeLog | 928 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 20 #if defined(ZLIB_VERNUM) && ZLIB_VERNUM >= 0x1221
|
/external/zlib/src/test/ |
D | example.c | 563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 75 #if ZLIB_VERNUM < 0x1260 87 #if ZLIB_VERNUM >= 0x1240 4027 ZLIB_VERNUM); in main()
|
/external/libxml2/ |
D | xmlIO.c | 2570 #if defined(ZLIB_VERNUM) && ZLIB_VERNUM >= 0x1230 in __xmlParserInputBufferCreateFilename()
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 277 setting ZLIB_VERNUM default @ZLIB_VERNUM
|