Home
last modified time | relevance | path

Searched refs:zlibCompileFlags (Results 1 – 12 of 12) sorted by relevance

/src/sys/contrib/zlib/
H A Dzlib.map25 zlibCompileFlags;
H A Dzutil.c31 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() function
H A Dzconf.h167 # define zlibCompileFlags z_zlibCompileFlags macro
H A Dzlib.h1216 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
H A DFAQ256 zlib is compiled. See the zlibCompileFlags() function in zlib.h.
272 used by gzprintf(). Also the zlibCompileFlags() function will return
H A Dzconf.h.in148 # define zlibCompileFlags z_zlibCompileFlags macro
H A DChangeLog833 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
1059 zlibCompileFlags [Truta]
1092 - Add zlibCompileFlags() function to return compilation information
/src/lib/libz/
H A DSymbol.map116 zlibCompileFlags;
/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());
/src/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1092 ZEXTERN uLong ZEXPORT z_zlibCompileFlags OF((void)) { return zlibCompileFlags(); } in z_zlibCompileFlags()