Home
last modified time | relevance | path

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

/src/sys/contrib/zstd/zlibWrapper/
H A Dgzcompatibility.h13 #if ZLIB_VERNUM <= 0x1240
31 #if ZLIB_VERNUM <= 0x1250
40 #if ZLIB_VERNUM <= 0x1270
49 #if ZLIB_VERNUM < 0x12B0
H A Dzstd_zlibwrapper.c426 #if ZLIB_VERNUM >= 0x1240 in z_deflate()
680 #if ZLIB_VERNUM >= 0x1240
979 #if ZLIB_VERNUM >= 0x1260
1013 #if ZLIB_VERNUM >= 0x1280
1034 #if ZLIB_VERNUM >= 0x1240
1173 #if ZLIB_VERNUM >= 0x12B0
1186 #if ZLIB_VERNUM >= 0x1270
H A Dgzread.c454 #if ZLIB_VERNUM >= 0x1261
462 #if ZLIB_VERNUM == 0x1260
466 #if ZLIB_VERNUM <= 0x1250
/src/sys/contrib/zlib/
H A DFAQ177 You need to change the ZLIB_VERSION and ZLIB_VERNUM #defines in zlib.h. In
182 is "1.2.3.4", then in zlib.h you should change ZLIB_VERNUM to 0x123f, and
194 ZLIB_VERSION and ZLIB_VERNUM and note the origin and nature of the changes
H A Dzlib.h45 #define ZLIB_VERNUM 0x1320 macro
H A DChangeLog1082 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
/src/sys/contrib/zlib/test/
H A Dexample.c513 ZLIB_VERSION, (unsigned)ZLIB_VERNUM, zlibCompileFlags()); in main()
/src/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c588 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
H A Dexample_original.c580 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());