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

/freebsd-10.1-release/sys/net/
H A Dzlib.h336 #define Z_FULL_FLUSH 4 macro
442 If flush is set to Z_FULL_FLUSH, the compression block is terminated, a
446 so should be used only when necessary. Using Z_FULL_FLUSH too often can
H A Dzlib.c1092 if (flush == Z_FULL_FLUSH) {
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h167 #define Z_FULL_FLUSH 3 macro
285 If flush is set to Z_FULL_FLUSH, all output is flushed as with
288 random access is desired. Using Z_FULL_FLUSH too often can seriously degrade
294 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that
763 description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Ddeflate.c822 if (flush == Z_FULL_FLUSH) {
/freebsd-10.1-release/lib/libz/
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
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
860 for the description of deflate with Z_FULL_FLUSH) can be found, or until all
H A Ddeflate.c931 if (flush == Z_FULL_FLUSH) {
/freebsd-10.1-release/lib/libz/test/
H A Dexample.c394 err = deflate(&c_stream, Z_FULL_FLUSH);
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c604 if ((type == Z_FULL_FLUSH && rc == Z_BUF_ERROR) ||
685 compress_flush(&resbuf, Z_FULL_FLUSH);

Completed in 125 milliseconds