Searched refs:Z_FULL_FLUSH (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.h234 #define Z_FULL_FLUSH 2 macro
318 If flush is set to Z_FULL_FLUSH, the compression block is terminated, a
322 so should be used only when necessary. Using Z_FULL_FLUSH too often can
H A Dzlib.c844 if (flush == Z_FULL_FLUSH) {
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h128 #define Z_FULL_FLUSH 3 macro
238 If flush is set to Z_FULL_FLUSH, all output is flushed as with
241 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
575 description of deflate with Z_FULL_FLUSH) can be found, or until all
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzlib.h165 #define Z_FULL_FLUSH 3 macro
284 If flush is set to Z_FULL_FLUSH, all output is flushed as with
287 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
293 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
762 description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Ddeflate.c818 if (flush == Z_FULL_FLUSH) {
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h193 #define Z_FULL_FLUSH 4 macro
312 If flush is set to Z_FULL_FLUSH, all output is flushed as with
315 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
321 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
790 description of deflate with Z_FULL_FLUSH) can be found, or until all
/macosx-10.10/sudo-73/src/zlib/
H A Dzlib.h167 #define Z_FULL_FLUSH 3 macro
307 If flush is set to Z_FULL_FLUSH, all output is flushed as with
310 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
595 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
842 for the description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Ddeflate.c929 if (flush == Z_FULL_FLUSH) {
/macosx-10.10/zlib-55/zlib/
H A Dzlib.h172 #define Z_FULL_FLUSH 3 macro
312 If flush is set to Z_FULL_FLUSH, all output is flushed as with
315 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
321 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
814 description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Dexample.c363 err = deflate(&c_stream, Z_FULL_FLUSH);
H A Ddeflate.c848 if (flush == Z_FULL_FLUSH) {
/macosx-10.10/zlib-55/zlib/contrib/pascal/
H A Dzlibpas.pas53 Z_FULL_FLUSH = 3;
H A Dexample.pas386 err := deflate(c_stream, Z_FULL_FLUSH);
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dctf.c590 if ((type == Z_FULL_FLUSH && rc == Z_BUF_ERROR) ||
671 compress_flush(&resbuf, Z_FULL_FLUSH);
/macosx-10.10/zlib-55/zlib/old/as400/
H A Dzlib.inc32 D Z_FULL_FLUSH C 3
/macosx-10.10/zlib-55/zlib/contrib/delphi/
H A DZLib.pas170 Z_FULL_FLUSH = 3;
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.c845 if (flush == Z_FULL_FLUSH) {
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c533 #define Z_FULL_FLUSH 3 macro
3528 Z_SYNC_FLUSH or Z_FULL_FLUSH. This function is used by one PPP
/macosx-10.10/ruby-106/ruby/ext/zlib/
H A Dzlib.c4375 rb_define_const(mZlib, "FULL_FLUSH", INT2FIX(Z_FULL_FLUSH));

Completed in 389 milliseconds