Lines Matching full:uncompressed
49 decompression functions, including integrity checks of the uncompressed data.
104 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
162 uncompressed data and may be saved for use by the decompressor (particularly
427 application can consume the uncompressed output when it wants, for example
448 stream. The end-of-block will not be indicated until all of the uncompressed
467 avail_out must be large enough to hold all of the uncompressed data for the
468 operation to complete. (The size of the uncompressed data may have been
501 uncompressed length, modulo 2^32.
505 been reached and all uncompressed output has been produced, Z_NEED_DICT if a
861 the uncompressed data as is done in the zlib, gzip, and zip formats. For
892 Initializes the decompression dictionary from the given uncompressed byte
1121 files and writes out uncompressed files. The utility would decode the
1130 uncompressed data, or until it encounters an error. The function's
1136 call out(out_desc, buf, len) to write the uncompressed data buf[0..len-1].
1276 uncompressed data. (The size of the uncompressed data must have been saved
1279 is the actual size of the uncompressed data.
1285 buffer with the uncompressed data up to that point.
1400 Read and decompress up to len uncompressed bytes from file into buf. If
1422 gzread returns the number of uncompressed bytes actually read, less than
1445 available at the end, i.e. the remaining uncompressed data length is not a
1456 Compress and write the len uncompressed bytes at buf to file. gzwrite
1457 returns the number of uncompressed bytes written or 0 in case of error.
1478 uncompressed bytes actually written, or a negative zlib error code in case
1479 of error. The number of uncompressed bytes written is limited to 8191, or
1559 uncompressed data stream. The whence parameter is defined as in lseek(2);
1568 the beginning of the uncompressed stream, or -1 in case of error, in
1584 This position represents a number of bytes in the uncompressed data stream,