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

/forgerock/web-agents-v4/zlib/
H A Dzconf.h47 # define deflateBound z_deflateBound macro
497 #pragma map(deflateBound,"DEBND")
H A Dzlib.h330 value returned by deflateBound (see below). Then deflate is guaranteed to
698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
701 deflateBound() returns an upper bound on the compressed size after
707 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
709 be larger than the value returned by deflateBound() if flush options other
H A Ddeflate.c566 uLong ZEXPORT deflateBound(strm, sourceLen) function
/forgerock/web-agents-v4/source/
H A Dutility.c739 comp_length = deflateBound(&strm, ucomp_length);

Completed in 50 milliseconds