Home
last modified time | relevance | path

Searched refs:deflateCopy (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dzconf.h50 # define deflateCopy z_deflateCopy macro
H A Dzlib.h677 ZEXTERN int ZEXPORT deflateCopy OF((z_streamp dest,
H A Dzconf.h.in44 # define deflateCopy z_deflateCopy macro
H A Ddeflate.c1105 int ZEXPORT deflateCopy (dest, source) in deflateCopy() function
H A DChangeLog1082 - fix parameter check in deflateCopy (Gunther Nikl)
1208 - Implement deflateCopy (thanks to Adam Costello)
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md150 - deflateCopy
H A Dzstd_zlibwrapper.c947 return deflateCopy(dest, source); in z_deflateCopy()