Home
last modified time | relevance | path

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

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