Lines Matching full:until
291 avail_out), until the flush is complete (deflate returns with non-zero
300 more input data, until it returns with Z_STREAM_END or an error. After
379 accordingly. inflate() provides as much output as possible, until there
407 deflate stream. The end-of-block will not be indicated until all of the
413 inflate() should normally be called until it returns Z_STREAM_END or an
760 Skips invalid compressed data until a full flush point (see above the
761 description of deflate with Z_FULL_FLUSH) can be found, or until all
770 until success or end of the input data.
821 As inflate() processes the gzip stream, head->done is zero until the header
889 the output function, at least until inflateBack() returns.
907 routines until it reads a complete deflate stream and writes out all of the
908 uncompressed data, or until it encounters an error. The function's
1144 Reads bytes from the compressed file until len-1 characters are read, or