HomeSort by: relevance | last modified time | path
    Searched refs:deflateBound (Results 1 - 7 of 7) sorted by relevancy

  /src/common/dist/zlib/
zconf.h 50 # define deflateBound z_deflateBound
572 #pragma map(deflateBound,"DEBND")
zconf.h.cmakein 48 # define deflateBound z_deflateBound
533 #pragma map(deflateBound,"DEBND")
zconf.h.in 46 # define deflateBound z_deflateBound
531 #pragma map(deflateBound,"DEBND")
zlib.h 338 call, avail_out must be at least the value returned by deflateBound (see
763 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm,
766 deflateBound() returns an upper bound on the compressed size after
772 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
774 be larger than the value returned by deflateBound() if flush options other
deflate.c 836 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) {
  /src/common/dist/zlib/contrib/pascal/
zlibpas.pas 122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt;
196 function deflateBound; external;
  /src/common/dist/zlib/os400/
zlib.inc 365 D deflateBound PR 10U 0 extproc('deflateBound') Change level & strat

Completed in 18 milliseconds