Searched refs:deflatePrime (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dzconf.h28 # define deflatePrime z_deflatePrime macro
H A Dzlib.h654 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
658 deflatePrime() inserts bits in the deflate output stream. The intent
666 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Ddeflate.c406 int ZEXPORT deflatePrime (strm, bits, value) function
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A Dzconf.h55 # define deflatePrime z_deflatePrime macro
H A Dzlib.h682 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
686 deflatePrime() inserts bits in the deflate output stream. The intent
694 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dzlibpas.pas100 function deflatePrime(var strm: z_stream; bits, value: Integer): Integer; function
169 function deflatePrime; external; function
/macosx-10.10.1/zlib-55/zlib/
H A Dzconf.h43 # define deflatePrime z_deflatePrime macro
H A Dzlib.h699 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
703 deflatePrime() inserts bits in the deflate output stream. The intent
711 deflatePrime returns Z_OK if success, or Z_STREAM_ERROR if the source
H A Dzconf.h.cmakein45 # define deflatePrime z_deflatePrime
H A Dzconf.h.in43 # define deflatePrime z_deflatePrime
H A Ddeflate.c400 int ZEXPORT deflatePrime (strm, bits, value) function
/macosx-10.10.1/sudo-73/src/zlib/
H A Dzlib.h725 ZEXTERN int ZEXPORT deflatePrime OF((z_streamp strm,
729 deflatePrime() inserts bits in the deflate output stream. The intent
737 deflatePrime returns Z_OK if success, Z_BUF_ERROR if there was not enough
H A Dzconf.h.in55 # define deflatePrime z_deflatePrime
H A Ddeflate.c464 int ZEXPORT deflatePrime (strm, bits, value) function
/macosx-10.10.1/zlib-55/zlib/examples/
H A Dgzappend.c38 * - Use deflatePrime() instead of adding empty blocks
374 deflatePrime(strm, 8 - left, *gz.buf);
H A Dgzlog.c650 deflatePrime(&strm, (8 - log->back) & 7, *buf);
/macosx-10.10.1/zlib-55/zlib/old/as400/
H A Dzlib.inc256 D deflatePrime PR 10I 0 extproc('deflatePrime') Change level & strat
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.c433 int ZEXPORT deflatePrime (strm, bits, value) function

Completed in 170 milliseconds