Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dzlib.map25 zlibCompileFlags;
H A Dzutil.c31 uLong ZEXPORT zlibCompileFlags(void) { in zlibCompileFlags() function
H A Dzconf.h151 # define zlibCompileFlags z_zlibCompileFlags macro
H A Dzlib.h1179 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
H A DFAQ252 zlib is compiled. See the zlibCompileFlags() function in zlib.h.
268 zlibCompileFlags() function will return information on what variant of
H A Dzconf.h.in140 # define zlibCompileFlags z_zlibCompileFlags macro
H A DChangeLog782 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
1008 zlibCompileFlags [Truta]
1041 - Add zlibCompileFlags() function to return compilation information
/freebsd/lib/libz/
H A DSymbol.map103 zlibCompileFlags;
/freebsd/sys/contrib/zlib/test/
H A Dexample.c507 ZLIB_VERSION, ZLIB_VERNUM, zlibCompileFlags()); in main()
/freebsd/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/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1092 ZEXTERN uLong ZEXPORT z_zlibCompileFlags OF((void)) { return zlibCompileFlags(); } in z_zlibCompileFlags()