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

  /src/common/dist/zlib/
zconf.h 50 # define deflateBound z_deflateBound
550 #pragma map(deflateBound,"DEBND")
zconf.h.in 46 # define deflateBound z_deflateBound
531 #pragma map(deflateBound,"DEBND")
zconf.h.cmakein 48 # define deflateBound z_deflateBound
533 #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/ada/
zlib-thin.ads 354 function deflateBound
433 pragma Import (C, deflateBound, "deflateBound");
  /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