Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching full:compressed

68     z_off_t  start;   /* start of compressed data in file (header skipped) */
170 * after the compressed stream in order to complete decompression and
172 * present after the compressed stream.
391 Reads the given number of uncompressed bytes from the compressed file.
500 Reads one byte from the compressed file. gzgetc returns this byte
532 Reads bytes from the compressed file until len-1 characters are
556 Writes the given number of uncompressed bytes into the compressed file.
596 Converts, formats, and writes the args to the compressed file under
675 Writes c, converted to an unsigned char, into the compressed file.
689 Writes the given null-terminated string to the compressed file, excluding
702 Flushes all pending output into the compressed file. The parameter
761 compressed file. The offset represents a number of bytes in the
878 given compressed file. This position represents a number of bytes in the
896 /* With concatenated compressed files that can have embedded
950 Flushes all pending output if necessary, closes the compressed file
982 given compressed file. errnum is set to zlib error number. If an