Searched defs:deflateBound (Results 1 - 7 of 7) sorted by relevance

/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; function
196 function deflateBound; external; function
/external/zlib/src/
H A Ddeflate.c566 uLong ZEXPORT deflateBound(strm, sourceLen) function
H A Dzconf.h41 # define deflateBound z_deflateBound macro
499 #pragma map(deflateBound,"DEBND")
/external/pdfium/third_party/zlib_v128/
H A Ddeflate.c565 uLong ZEXPORT deflateBound( function
H A Dzconf.h41 # define deflateBound z_deflateBound macro
507 #pragma map(deflateBound,"DEBND")
H A Dzlib.h52 #define deflateBound FPDFAPI_deflateBound macro
399 value returned by deflateBound (see below). Then deflate is guaranteed to
767 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
770 deflateBound() returns an upper bound on the compressed size after
776 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
778 be larger than the value returned by deflateBound() if flush options other
/external/zlib/
H A Dzconf.h41 # define deflateBound z_deflateBound macro
499 #pragma map(deflateBound,"DEBND")

Completed in 45 milliseconds