Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zlib/
H A Dzlib.map25 zlibCompileFlags;
H A Dzutil.c32 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags() function
H A Dzconf.h148 # define zlibCompileFlags z_zlibCompileFlags macro
H A Dzlib.h1176 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
H A DFAQ253 zlib is compiled. See the zlibCompileFlags() function in zlib.h.
269 zlibCompileFlags() function will return information on what variant of
H A Dzconf.h.in137 # define zlibCompileFlags z_zlibCompileFlags macro
H A DChangeLog742 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
968 zlibCompileFlags [Truta]
1001 - Add zlibCompileFlags() function to return compilation information
/freebsd-13.1/lib/libz/
H A DSymbol.map104 zlibCompileFlags;
/freebsd-13.1/sys/contrib/zlib/test/
H A Dexample.c562 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
/freebsd-13.1/sys/contrib/zstd/zlibWrapper/examples/
H A Dexample.c588 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
H A Dexample_original.c580 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags());
/freebsd-13.1/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1077 ZEXTERN uLong ZEXPORT z_zlibCompileFlags OF((void)) { return zlibCompileFlags(); } in z_zlibCompileFlags()