Lines Matching full:compressed
59 The compressed data format used by default by the in-memory functions is
76 the consistency of the compressed data, so the library should never crash
113 int text; /* true if compressed data believed to be text */
270 never be zero before the call. The application can consume the compressed
309 restart from this point if previous compressed data has been damaged or if
490 or more output produced), Z_STREAM_END if the end of the compressed data has
550 compressed data instead of a zlib wrapper. The gzip header will have no
572 correctness of the compressed output even if it is not set appropriately.
589 without producing any compressed output. When using the zlib format, this
600 to be encountered later in the data to be compressed, with the most commonly
602 dictionary is most useful when the data to be compressed is short and can be
603 predicted with good accuracy; the data can then be compressed better than
666 compressed with the old level (and may be flushed); the new level will take
671 compressed and flushed. In particular, strm->avail_out must be non-zero.
687 fanatic optimizer trying to squeeze out the last compressed bit for their
698 deflateBound() returns an upper bound on the compressed size after
705 to return Z_STREAM_END. Note that it is possible for the compressed size to
779 deflateInit2() was not used. If a compressed stream with a larger window
784 the zlib header of the compressed stream.
790 is for use with other formats that use the deflate compressed data format
792 format is developed using the raw deflate format for compressed data, it is
841 Skips invalid compressed data until a possible full flush point (see above
845 inflateSync searches for a 00 00 FF FF pattern in the compressed data.
853 total_in which indicates where valid compressed data was found. In the
1147 compressed buffer.
1163 compressed buffer.
1172 compressBound() returns an upper bound on the compressed size after
1292 Reads the given number of uncompressed bytes from the compressed file. If
1321 Writes the given number of uncompressed bytes into the compressed file.
1328 Converts, formats, and writes the arguments to the compressed file under
1343 Writes the given null-terminated string to the compressed file, excluding
1351 Reads bytes from the compressed file until len-1 characters are read, or a
1364 Writes c, converted to an unsigned char, into the compressed file. gzputc
1370 Reads one byte from the compressed file. gzgetc returns this byte or -1
1391 Flushes all pending output into the compressed file. The parameter flush
1409 compressed file. The offset represents a number of bytes in the
1435 compressed file. This position represents a number of bytes in the
1490 Flushes all pending output if necessary, closes the compressed file and
1516 compressed file. errnum is set to zlib error number. If an error occurred