Searched refs:deflateBound (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h80 #define deflateBound z_deflateBound macro
H A Dzlib.h308 the value returned by deflateBound (see below). If deflate does not return
646 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
649 deflateBound() returns an upper bound on the compressed size after
H A Ddeflate.c495 uLong ZEXPORT deflateBound(strm, sourceLen) function
/freebsd-11-stable/sys/contrib/zlib/
H A Dzconf.h43 # define deflateBound z_deflateBound macro
530 #pragma map(deflateBound,"DEBND")
H A Dzlib.h336 call, avail_out must be at least the value returned by deflateBound (see
761 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
764 deflateBound() returns an upper bound on the compressed size after
770 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
772 be larger than the value returned by deflateBound() if flush options other
H A Ddeflate.c652 uLong ZEXPORT deflateBound(strm, sourceLen) function

Completed in 132 milliseconds