HomeSort by: relevance | last modified time | path
    Searched defs:Z_STREAM_END (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
zlib.h 428 #define Z_STREAM_END 1
552 pending output is flushed and deflate returns with Z_STREAM_END if there
555 more input data, until it returns with Z_STREAM_END or an error. After
556 deflate has returned Z_STREAM_END, the only possible operations on the
562 Z_STREAM_END, then it must be called again as described above.
573 processed or more output produced), Z_STREAM_END if all input has been
654 inflate() should normally be called until it returns Z_STREAM_END or an
669 so far (that is, total_out bytes) and returns Z_OK, Z_STREAM_END or
672 compressor and returns Z_STREAM_END only if the checksum is correct.
675 or more output produced), Z_STREAM_END if the end of the compressed data ha
    [all...]
  /src/common/dist/zlib/
zlib.h 180 #define Z_STREAM_END 1
329 pending output is flushed and deflate returns with Z_STREAM_END if there was
332 avail_out) but no more input data, until it returns with Z_STREAM_END or an
333 error. After deflate has returned Z_STREAM_END, the only possible operations
339 below). Then deflate is guaranteed to return Z_STREAM_END. If not enough
340 output space is provided, deflate will not return Z_STREAM_END, and it must
354 processed or more output produced), Z_STREAM_END if all input has been
465 inflate() should normally be called until it returns Z_STREAM_END or an
492 total_out bytes) and returns Z_OK, Z_STREAM_END or an error code as described
494 checksum is equal to that saved by the compressor and returns Z_STREAM_END
    [all...]

Completed in 42 milliseconds