Home | History | Annotate | Download | only in src

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
493 or more output produced), Z_STREAM_END if the end of the compressed data has
553 compressed data instead of a zlib wrapper. The gzip header will have no
575 correctness of the compressed output even if it is not set appropriately.
592 without producing any compressed output. When using the zlib format, this
603 to be encountered later in the data to be compressed, with the most commonly
605 dictionary is most useful when the data to be compressed is short and can be
606 predicted with good accuracy; the data can then be compressed better than
669 compressed with the old level (and may be flushed); the new level will take
674 compressed and flushed. In particular, strm->avail_out must be non-zero.
690 fanatic optimizer trying to squeeze out the last compressed bit for their
701 deflateBound() returns an upper bound on the compressed size after
708 to return Z_STREAM_END. Note that it is possible for the compressed size to
782 deflateInit2() was not used. If a compressed stream with a larger window
787 the zlib header of the compressed stream.
793 is for use with other formats that use the deflate compressed data format
795 format is developed using the raw deflate format for compressed data, it is
859 Skips invalid compressed data until a possible full flush point (see above
863 inflateSync searches for a 00 00 FF FF pattern in the compressed data.
871 total_in which indicates where valid compressed data was found. In the
1167 compressed buffer.
1183 compressed buffer.
1192 compressBound() returns an upper bound on the compressed size after
1315 Reads the given number of uncompressed bytes from the compressed file. If
1344 Writes the given number of uncompressed bytes into the compressed file.
1351 Converts, formats, and writes the arguments to the compressed file under
1366 Writes the given null-terminated string to the compressed file, excluding
1374 Reads bytes from the compressed file until len-1 characters are read, or a
1387 Writes c, converted to an unsigned char, into the compressed file. gzputc
1393 Reads one byte from the compressed file. gzgetc returns this byte or -1
1414 Flushes all pending output into the compressed file. The parameter flush
1432 compressed file. The offset represents a number of bytes in the
1458 compressed file. This position represents a number of bytes in the
1513 Flushes all pending output if necessary, closes the compressed file and
1539 compressed file. errnum is set to zlib error number. If an error occurred