Searched refs:deflateBound (Results 1 – 10 of 10) sorted by relevance
4 deflateBound;
57 # define deflateBound z_deflateBound macro553 #pragma map(deflateBound,"DEBND")
46 # define deflateBound z_deflateBound macro531 #pragma map(deflateBound,"DEBND")
761 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm,
16 - Fix bug in deflateBound() for level 0 and memLevel 940 - Tighten deflateBound bounds397 - Clarify the use of Z_FINISH with deflateBound() amount of space747 - Take into account wrapper variations in deflateBound()1101 - Add deflateBound() and compressBound() functions
834 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) { in deflateBound() function
44 deflateBound;
134 - deflateBound
490 return deflateBound(strm, sourceLen); in z_deflateBound()
10384 nAlloc = deflateBound(&str, nIn); in zipfileDeflate()