Home
last modified time | relevance | path

Searched refs:Z_PARTIAL_FLUSH (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dcompress.c105 status = deflate(&outgoing_stream, Z_PARTIAL_FLUSH); in buffer_compress()
143 status = inflate(&incoming_stream, Z_PARTIAL_FLUSH); in buffer_uncompress()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h211 #define Z_PARTIAL_FLUSH 1 macro
H A Dzlib.c809 case Z_PARTIAL_FLUSH:
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h463 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
H A Dzlib.c1054 err = deflate(strm, Z_PARTIAL_FLUSH);
1222 if (flush == Z_PARTIAL_FLUSH) {
/titanic_41/usr/src/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) {