Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Dzlib.map4 deflateBound;
H A Dzconf.h57 # define deflateBound z_deflateBound macro
553 #pragma map(deflateBound,"DEBND")
H A Dzconf.h.in46 # define deflateBound z_deflateBound macro
531 #pragma map(deflateBound,"DEBND")
H A Dzlib.h761 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm,
H A DChangeLog16 - Fix bug in deflateBound() for level 0 and memLevel 9
40 - Tighten deflateBound bounds
397 - Clarify the use of Z_FINISH with deflateBound() amount of space
747 - Take into account wrapper variations in deflateBound()
1101 - Add deflateBound() and compressBound() functions
H A Ddeflate.c834 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) { in deflateBound() function
/freebsd/lib/libz/
H A DSymbol.map44 deflateBound;
/freebsd/sys/contrib/zstd/zlibWrapper/
H A DREADME.md134 - deflateBound
H A Dzstd_zlibwrapper.c490 return deflateBound(strm, sourceLen); in z_deflateBound()
/freebsd/contrib/sqlite3/
H A Dshell.c10389 nAlloc = deflateBound(&str, nIn); in zipfileDeflate()