Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzlib.map4 deflateBound;
H A Dzconf.h49 # define deflateBound z_deflateBound macro
539 #pragma map(deflateBound,"DEBND")
H A Dzconf.h.in43 # define deflateBound z_deflateBound macro
522 #pragma map(deflateBound,"DEBND")
H A Dzlib.h761 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
H A Ddeflate.c655 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function
H A DChangeLog294 - Clarify the use of Z_FINISH with deflateBound() amount of space
644 - Take into account wrapper variations in deflateBound()
998 - Add deflateBound() and compressBound() functions
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DREADME.md134 - deflateBound
H A Dzstd_zlibwrapper.c475 return deflateBound(strm, sourceLen); in z_deflateBound()