HomeSort by relevance Sort by last modified time
    Searched defs:Z_FINISH (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.h 214 #define Z_FINISH 4
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
  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib.h 168 #define Z_FINISH 4
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
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 467 #define Z_FINISH 5
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
    [all...]

Completed in 240 milliseconds