Searched defs:Z_FINISH (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h214 #define Z_FINISH 4 macro
321 If the parameter flush is set to Z_FINISH, all pending input is processed,
324 called again with Z_FINISH and more output space (updated avail_out) but no
329 Z_FINISH can be used immediately after deflateInit if all the compression
342 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
396 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
405 Z_FINISH. In this case all pending input is processed and all pending
409 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
420 when Z_FINISH is used. In the Z_DATA_ERROR case, the application may then
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h168 #define Z_FINISH 4 macro
298 If the parameter flush is set to Z_FINISH, pending input is processed,
301 called again with Z_FINISH and more output space (updated avail_out) but no
306 Z_FINISH can be used immediately after deflateInit if all the compression
322 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
395 Z_FINISH, or Z_BLOCK. Z_SYNC_FLUSH requests that inflate() flush as much
418 Z_FINISH. In this case all pending input is processed and all pending
422 be inflateEnd to deallocate the decompression state. The use of Z_FINISH
456 output buffer when Z_FINISH is used. Note that Z_BUF_ERROR is not fatal, and
1180 the flush parameter is Z_FINISH an
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h467 #define Z_FINISH 5 macro
600 * If the parameter flush is set to Z_FINISH, pending input is
603 * with Z_OK, this function must be called again with Z_FINISH and
609 * Z_FINISH can be used immediately after deflateInit if all the
623 * set to Z_FINISH), Z_STREAM_ERROR if the stream state was
688 * Z_PACKET_FLUSH or Z_FINISH, but the current implementation actually
697 * be set to Z_FINISH. In this case all pending input is processed and
702 * decompression state. The use of Z_FINISH is never required, but can
715 * buffer when Z_FINISH is used. In the Z_DATA_ERROR case, the
1103 * the flush parameter is Z_FINISH an
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h168 #define Z_FINISH 4 macro
320 If the parameter flush is set to Z_FINISH, pending input is processed,
323 called again with Z_FINISH and more output space (updated avail_out) but no
328 Z_FINISH can be used immediately after deflateInit if all the compression
345 Z_FINISH), Z_STREAM_ERROR if the stream state was inconsistent (for example
421 The flush parameter of inflate() can be Z_NO_FLUSH, Z_SYNC_FLUSH, Z_FINISH,
453 single call of inflate), the parameter flush should be set to Z_FINISH. In
457 saved by the compressor for this purpose.) The use of Z_FINISH is not
460 call. Z_FINISH also informs inflate to not maintain a sliding window if the
472 memory for a sliding window when Z_FINISH i
[all...]

Completed in 53 milliseconds