Home
last modified time | relevance | path

Searched refs:deflateTune (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dzlib.map40 deflateTune;
H A Dzconf.h64 # define deflateTune z_deflateTune macro
H A Dzlib.h744 ZEXTERN int ZEXPORT deflateTune OF((z_streamp strm,
H A Dzconf.h.in58 # define deflateTune z_deflateTune macro
H A Ddeflate.c620 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() function
H A DChangeLog698 - Add the deflateTune() function to adjust internal compression parameters
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md151 - deflateTune
H A Dzstd_zlibwrapper.c959 return deflateTune(strm, good_length, max_lazy, nice_length, max_chain); in z_deflateTune()