Searched defs:Z_STREAM_END (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dzmod.h45 #define Z_STREAM_END 1 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h219 #define Z_STREAM_END 1 macro
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
/illumos-gate/usr/src/uts/common/zmod/
H A Dzlib.h173 #define Z_STREAM_END 1 macro
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 i
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h471 #define Z_STREAM_END 1 macro
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
/illumos-gate/usr/src/boot/lib/libz/
H A Dzlib.h174 #define Z_STREAM_END 1 macro
321 pending output is flushed and deflate returns with Z_STREAM_END if there was
324 more input data, until it returns with Z_STREAM_END or an error. After
325 deflate has returned Z_STREAM_END, the only possible operations on the stream
331 return Z_STREAM_END. If not enough output space is provided, deflate will
332 not return Z_STREAM_END, and it must be called again as described above.
343 processed or more output produced), Z_STREAM_END if all input has been
451 inflate() should normally be called until it returns Z_STREAM_END or an
478 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
480 checksum is equal to that saved by the compressor and returns Z_STREAM_END
[all...]

Completed in 77 milliseconds