Home | History | Annotate | Download | only in net

Lines Matching defs:Z_STREAM_END

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 has