A massively spiffy yet delicately unobtrusive compression library. (grpc依赖)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
1.4 KiB

14 years ago
; zlib data compression library
14 years ago
EXPORTS
14 years ago
; basic functions
zlibVersion
deflate
deflateEnd
inflate
inflateEnd
; advanced functions
deflateSetDictionary
deflateCopy
deflateReset
deflateParams
14 years ago
deflateTune
14 years ago
deflateBound
14 years ago
deflatePending
14 years ago
deflatePrime
14 years ago
deflateSetHeader
14 years ago
inflateSetDictionary
inflateGetDictionary
14 years ago
inflateSync
inflateCopy
inflateReset
14 years ago
inflateReset2
inflatePrime
inflateMark
inflateGetHeader
14 years ago
inflateBack
inflateBackEnd
zlibCompileFlags
; utility functions
compress
compress2
compressBound
uncompress
gzopen
gzdopen
14 years ago
gzbuffer
14 years ago
gzsetparams
gzread
gzwrite
gzprintf
gzvprintf
14 years ago
gzputs
gzgets
gzputc
gzgetc
14 years ago
gzungetc
gzflush
gzseek
gzrewind
gztell
14 years ago
gzoffset
14 years ago
gzeof
14 years ago
gzdirect
14 years ago
gzclose
14 years ago
gzclose_r
gzclose_w
14 years ago
gzerror
gzclearerr
; large file functions
gzopen64
gzseek64
gztell64
gzoffset64
adler32_combine64
crc32_combine64
14 years ago
; checksum functions
adler32
crc32
14 years ago
adler32_combine
14 years ago
crc32_combine
14 years ago
; various hacks, don't look :)
deflateInit_
deflateInit2_
inflateInit_
inflateInit2_
inflateBackInit_
gzgetc_
14 years ago
zError
14 years ago
inflateSyncPoint
get_crc_table
14 years ago
inflateUndermine
inflateResetKeep
deflateResetKeep
gzopen_w