|
| | adler32.c |
| | Compute the Adler-32 checksum of a data stream.
|
| |
| | compress.c |
| | compress a memory buffer
|
| |
| | crc32.c |
| | Compute the CRC-32 of a data stream.
|
| |
| | deflate.c |
| | Compress data using the deflation algorithm.
|
| |
| | gzclose.c |
| | zlib gzclose() function
|
| |
| | gzlib.c |
| | Functions common to reading and writing gzip files.
|
| |
| | gzread.c |
| | Functions for reading gzip files.
|
| |
| | gzwrite.c |
| | Functions for writing gzip files.
|
| |
| | infback.c |
| | Inflate using a call-back interface.
|
| |
| | inffast.c |
| | Fast decoding.
|
| |
| | inflate.c |
| | zlib decompression
|
| |
| | trees.c |
| | Output deflated data using Huffman coding.
|
| |
| | uncompr.c |
| | Decompress a memory buffer.
|
| |
| | zutil.c |
| | Target dependent utility functions for the compression library.
|
| |