Searched refs:ZLIB_VERNUM (Results 1 – 25 of 32) sorted by relevance
12
/external/zstd/zlibWrapper/ |
D | gzcompatibility.h | 13 #if ZLIB_VERNUM <= 0x1240 31 #if ZLIB_VERNUM <= 0x1250 40 #if ZLIB_VERNUM <= 0x1270 49 #if ZLIB_VERNUM < 0x12B0
|
D | zstd_zlibwrapper.c | 411 #if ZLIB_VERNUM >= 0x1240 in z_deflate() 665 #if ZLIB_VERNUM >= 0x1240 964 #if ZLIB_VERNUM >= 0x1260 998 #if ZLIB_VERNUM >= 0x1280 1019 #if ZLIB_VERNUM >= 0x1240 1158 #if ZLIB_VERNUM >= 0x12B0 1171 #if ZLIB_VERNUM >= 0x1270
|
D | gzread.c | 454 #if ZLIB_VERNUM >= 0x1261 462 #if ZLIB_VERNUM == 0x1260 466 #if ZLIB_VERNUM <= 0x1250
|
/external/zlib/ |
D | zlib.h | 41 #define ZLIB_VERNUM 0x12b0 macro 76 # undef ZLIB_VERNUM 77 # define ZLIB_VERNUM 0x1280 83 # undef ZLIB_VERNUM 84 # define ZLIB_VERNUM 0x1260
|
/external/libpng/ |
D | pngstruct.h | 39 #if ZLIB_VERNUM < 0x1260 266 #if ZLIB_VERNUM >= 0x1240
|
D | pngpriv.h | 919 #if PNG_ZLIB_VERNUM != 0 && PNG_ZLIB_VERNUM != ZLIB_VERNUM 920 # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \ 1393 #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
|
/external/pdfium/third_party/libpng16/ |
D | pngstruct.h | 39 #if ZLIB_VERNUM < 0x1260 266 #if ZLIB_VERNUM >= 0x1240
|
D | pngpriv.h | 919 #if PNG_ZLIB_VERNUM != 0 && PNG_ZLIB_VERNUM != ZLIB_VERNUM 920 # error ZLIB_VERNUM != PNG_ZLIB_VERNUM \ 1393 #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
|
/external/protobuf/ |
D | configure.ac | 148 #if !defined(ZLIB_VERNUM) || (ZLIB_VERNUM < 0x1204)
|
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/ |
D | zlibpas.pas | 14 ZLIB_VERNUM = $12a0;
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | FAQ.zlib | 180 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In 185 is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and 197 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
|
D | zlib.h | 49 #define ZLIB_VERNUM 0x12bf macro
|
/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 | example.c | 563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
D | zlib.h | 41 #define ZLIB_VERNUM 0x12b0 macro
|
/external/rust/crates/libz-sys/src/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
|
/external/libwebsockets/win32port/zlib/ |
D | zlib.h | 41 #define ZLIB_VERNUM 0x1250 macro
|
/external/python/cpython3/Modules/ |
D | zlibmodule.c | 19 #if defined(ZLIB_VERNUM) && ZLIB_VERNUM >= 0x1221
|
/external/zstd/zlibWrapper/examples/ |
D | example.c | 588 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
D | example_original.c | 580 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
/external/rust/crates/libz-sys/src/zlib/test/ |
D | example.c | 563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
|
/external/OpenCL-CTS/test_common/miniz/ |
D | miniz.h | 279 #define ZLIB_VERNUM MZ_VERNUM macro
|
12