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

  /onnv/onnv-gate/usr/src/uts/common/sys/
zmod.h 45 #define Z_STREAM_END 1
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.h 219 #define Z_STREAM_END 1
322 all pending output is flushed and deflate returns with Z_STREAM_END if there
325 more input data, until it returns with Z_STREAM_END or an error. After
326 deflate has returned Z_STREAM_END, the only possible operations on the
332 Z_STREAM_END, then it must be called again as described above.
340 processed or more output produced), Z_STREAM_END if all input has been
402 inflate() should normally be called until it returns Z_STREAM_END or an
414 processed or more output produced), Z_STREAM_END if the end of the
  /onnv/onnv-gate/usr/src/uts/common/zmod/
zlib.h 173 #define Z_STREAM_END 1
299 pending output is flushed and deflate returns with Z_STREAM_END if there
302 more input data, until it returns with Z_STREAM_END or an error. After
303 deflate has returned Z_STREAM_END, the only possible operations on the
309 Z_STREAM_END, then it must be called again as described above.
320 processed or more output produced), Z_STREAM_END if all input has been
415 inflate() should normally be called until it returns Z_STREAM_END or an
436 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
438 checksum is equal to that saved by the compressor and returns Z_STREAM_END
449 or more output produced), Z_STREAM_END if the end of the compressed data ha
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.h 471 #define Z_STREAM_END 1
602 * Z_STREAM_END if there was enough output space; if deflate returns
605 * it returns with Z_STREAM_END or an error. After deflate has
606 * returned Z_STREAM_END, the only possible operations on the stream
612 * deflate does not return Z_STREAM_END, then it must be called again
621 * processed or more output produced), Z_STREAM_END if all input has
694 * inflate() should normally be called until it returns Z_STREAM_END
707 * processed or more output produced), Z_STREAM_END if the end of the
    [all...]

Completed in 120 milliseconds