Searched refs:deflateBound (Results 1 – 4 of 4) sorted by relevance
54 # define deflateBound z_deflateBound macro347 # pragma map(deflateBound,"DEBND")
682 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
485 return (size_t) deflateBound(zs, (unsigned long) size); in kcdata_compression_bound_zlib()
517 deflateBound(z_streamp strm, uLong sourceLen) in deflateBound() function