Searched defs:Z_PACKET_FLUSH (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h215 #define Z_PACKET_FLUSH 5 macro
306 If the parameter flush is set to Z_PACKET_FLUSH, the compression
312 since the last Z_PACKET_FLUSH, it is never output as a stored block.
393 If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
396 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
398 anyway. For Z_PACKET_FLUSH, inflate checks that once all the input data
478 required for a compressed block to be output when Z_PACKET_FLUSH is
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h464 #define Z_PACKET_FLUSH 2 macro
593 * If the parameter flush is set to Z_PACKET_FLUSH, the compression
684 * If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
688 * Z_PACKET_FLUSH or Z_FINISH, but the current implementation actually
689 * flushes as much output as possible anyway. For Z_PACKET_FLUSH,

Completed in 229 milliseconds