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

/freebsd-9.3-release/crypto/openssh/
H A Dcompress.c110 status = deflate(&outgoing_stream, Z_PARTIAL_FLUSH);
148 status = inflate(&incoming_stream, Z_PARTIAL_FLUSH);
/freebsd-9.3-release/sys/net/
H A Dzlib.h333 #define Z_PARTIAL_FLUSH 1 macro
433 If the parameter flush is set to Z_PARTIAL_FLUSH, the current compression
540 If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
543 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
H A Dzlib.c921 err = deflate(strm, Z_PARTIAL_FLUSH);
1074 if (flush == Z_PARTIAL_FLUSH) {
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzlib.h165 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
H A Ddeflate.c446 err = deflate(strm, Z_PARTIAL_FLUSH);
815 if (flush == Z_PARTIAL_FLUSH) {
/freebsd-9.3-release/lib/libz/
H A Dzlib.h165 #define Z_PARTIAL_FLUSH 1 macro
290 If flush is set to Z_PARTIAL_FLUSH, all pending output is flushed to the
598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
H A Dgzwrite.c532 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
H A Ddeflate.c158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
924 if (flush == Z_PARTIAL_FLUSH) {

Completed in 205 milliseconds