Contents

NameDescription
arch/Architecture-specific code
doc/Documentation for formats and algorithms
test/example.cZlib usages examples for build testing
test/minigzip.cMinimal gzip-like functionality for build testing
test/infcover.cInflate code coverage for build testing
win32/Shared library version resources for Windows
CMakeLists.txtCmake build script
configureBash configure/build script
adler32.cCompute the Adler-32 checksum of a data stream
chunkset.*Inline functions to copy small data chunks
compress.cCompress a memory buffer
deflate.*Compress data using the deflate algorithm
deflate_fast.cCompress data using the deflate algorithm with fast strategy
deflate_medium.cCompress data using the deflate algorithm with medium strategy
deflate_slow.cCompress data using the deflate algorithm with slow strategy
functable.*Struct containing function pointers to optimized functions
gzguts.hInternal definitions for gzip operations
gzlib.cFunctions common to reading and writing gzip files
gzread.cRead gzip files
gzwrite.cWrite gzip files
infback.*Inflate using a callback interface
inflate.*Decompress data
inffast.*Decompress data with speed optimizations
inffixed_tbl.hTable for decoding fixed codes
inftrees.hGenerate Huffman trees for efficient decoding
trees.*Output deflated data using Huffman coding
uncompr.cDecompress a memory buffer
zconf.h.cmakeinzconf.h template for cmake
zendian.hBYTE_ORDER for endian tests
zlib.mapLinux symbol information
zlib.pc.inPkg-config template