Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzlib.map25 zlibCompileFlags;
H A Dzutil.c32 uLong ZEXPORT zlibCompileFlags() in zlibCompileFlags() function
H A Dzconf.h143 # define zlibCompileFlags z_zlibCompileFlags macro
H A Dzlib.h1175 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 DChangeLog679 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
905 zlibCompileFlags [Truta]
938 - Add zlibCompileFlags() function to return compilation information
/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());
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1077 ZEXTERN uLong ZEXPORT z_zlibCompileFlags OF((void)) { return zlibCompileFlags(); } in z_zlibCompileFlags()