Home
last modified time | relevance | path

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

/freebsd/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
981 #if ZLIB_VERNUM >= 0x1260
1015 #if ZLIB_VERNUM >= 0x1280
1036 #if ZLIB_VERNUM >= 0x1240
1175 #if ZLIB_VERNUM >= 0x12B0
1188 #if ZLIB_VERNUM >= 0x1270
H A Dgzread.c428 #if ZLIB_VERNUM >= 0x1261
436 #if ZLIB_VERNUM == 0x1260
440 #if ZLIB_VERNUM <= 0x1250
/freebsd/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
/freebsd/sys/contrib/zlib/test/
H A Dexample.c513 ZLIB_VERSION, (unsigned)ZLIB_VERNUM, zlibCompileFlags()); in main()