Searched defs:Z_FULL_FLUSH (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h212 #define Z_FULL_FLUSH 2 macro
296 If flush is set to Z_FULL_FLUSH, the compression block is terminated, a
300 so should be used only when necessary. Using Z_FULL_FLUSH too often can
/illumos-gate/usr/src/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
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h466 #define Z_FULL_FLUSH 4 macro
582 * is set to Z_FULL_FLUSH, the compression block is terminated, a
587 * necessary. Using Z_FULL_FLUSH too often can seriously degrade the
/illumos-gate/usr/src/boot/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

Completed in 72 milliseconds