Searched refs:Z_PARTIAL_FLUSH (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 211 #define Z_PARTIAL_FLUSH 1 macro 292 If the parameter flush is set to Z_PARTIAL_FLUSH, the current compression 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
|
H A D | zlib.c | 809 case Z_PARTIAL_FLUSH:
|
/illumos-gate/usr/src/uts/common/zmod/ |
H A D | zlib.h | 165 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro
|
H A D | deflate.c | 446 err = deflate(strm, Z_PARTIAL_FLUSH); 815 if (flush == Z_PARTIAL_FLUSH) {
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.h | 463 #define Z_PARTIAL_FLUSH 1 /* will be removed, use Z_SYNC_FLUSH instead */ macro 572 * If the parameter flush is set to Z_PARTIAL_FLUSH, the current 684 * If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH, 687 * values of the flush parameter other than Z_PARTIAL_FLUSH,
|
H A D | zlib.c | 1054 err = deflate(strm, Z_PARTIAL_FLUSH); 1222 if (flush == Z_PARTIAL_FLUSH) {
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | zlib.h | 165 #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 D | gzwrite.c | 532 if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1)
|
H A D | deflate.c | 158 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */ 924 if (flush == Z_PARTIAL_FLUSH) {
|
Completed in 522 milliseconds