Searched defs:Z_SYNC_FLUSH (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 213 #define Z_SYNC_FLUSH 3 /* experimental: partial_flush + byte align */ macro
|
/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 */ 166 #define Z_SYNC_FLUSH 2 macro 278 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 286 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 294 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 394 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, 395 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
|
/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 */ 465 #define Z_SYNC_FLUSH 3 macro 576 * flushed but not terminated. Z_SYNC_FLUSH has the same effect as
|
/illumos-gate/usr/src/boot/lib/libz/ |
H A D | zlib.h | 166 #define Z_SYNC_FLUSH 2 macro 280 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is 292 input data so far will be available to the decompressor, as for Z_SYNC_FLUSH. 299 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to 308 Z_SYNC_FLUSH, and the compression state is reset so that decompression can 316 avail_out). In the case of a Z_FULL_FLUSH or Z_SYNC_FLUSH, make sure that 421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH, 422 Z_BLOCK, or Z_TREES. Z_SYNC_FLUSH requests that inflate() flush as much 598 options Z_BLOCK, Z_PARTIAL_FLUSH, Z_SYNC_FLUSH, or Z_FULL_FLUSH. The
|
Completed in 99 milliseconds