Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c411 #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
H A Dgzread.c454 #if ZLIB_VERNUM >= 0x1261
462 #if ZLIB_VERNUM == 0x1260
466 #if ZLIB_VERNUM <= 0x1250
/f-stack/freebsd/contrib/zlib/
H A 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
H A Dzlib.h41 #define ZLIB_VERNUM 0x12b0 macro
H A DChangeLog928 - Add ZLIB_VERNUM in zlib.h for numerical preprocessor comparisons
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dexample_original.c580 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
H A Dexample.c588 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
/f-stack/freebsd/contrib/zlib/test/
H A Dexample.c563 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());