Lines Matching full:compressed
56 The compressed data format used by default by the in-memory functions is
73 the consistency of the compressed data, so the library should never
110 int text; /* true if compressed data believed to be text */
267 compressed output when it wants, for example when the output buffer is full
285 restart from this point if previous compressed data has been damaged or if
447 or more output produced), Z_STREAM_END if the end of the compressed data has
506 compressed data instead of a zlib wrapper. The gzip header will have no
528 compressed output even if it is not set appropriately. Z_FIXED prevents the
543 without producing any compressed output. This function must be called
549 to be encountered later in the data to be compressed, with the most commonly
551 dictionary is most useful when the data to be compressed is short and can be
552 predicted with good accuracy; the data can then be compressed better than
615 is compressed with the old level (and may be flushed); the new level will
620 be compressed and flushed. In particular, strm->avail_out must be non-zero.
636 fanatic optimizer trying to squeeze out the last compressed bit for their
647 deflateBound() returns an upper bound on the compressed size after
706 deflateInit2() was not used. If a compressed stream with a larger window
714 is for use with other formats that use the deflate compressed data format
716 format is developed using the raw deflate format for compressed data, it is
760 Skips invalid compressed data until a full flush point (see above the
768 indicates where valid compressed data was found. In the error case, the
1016 compressed buffer.
1033 compressed buffer.
1042 compressBound() returns an upper bound on the compressed size after
1056 Upon exit, destLen is the actual size of the compressed buffer.
1108 Reads the given number of uncompressed bytes from the compressed file.
1117 Writes the given number of uncompressed bytes into the compressed file.
1124 Converts, formats, and writes the args to the compressed file under
1137 Writes the given null-terminated string to the compressed file, excluding
1144 Reads bytes from the compressed file until len-1 characters are read, or
1153 Writes c, converted to an unsigned char, into the compressed file.
1159 Reads one byte from the compressed file. gzgetc returns this byte
1175 Flushes all pending output into the compressed file. The parameter
1187 given compressed file. The offset represents a number of bytes in the
1211 given compressed file. This position represents a number of bytes in the
1231 Flushes all pending output if necessary, closes the compressed file
1239 given compressed file. errnum is set to zlib error number. If an