|
ZEXTERN int ZEXPORT deflate | OF ((z_streamp strm, int flush)) |
|
ZEXTERN int ZEXPORT deflateEnd | OF ((z_streamp strm)) |
|
ZEXTERN int ZEXPORT deflateSetDictionary | OF ((z_streamp strm, const Bytef *dictionary, uIntdictLength)) |
|
ZEXTERN int ZEXPORT deflateCopy | OF ((z_streamp dest, z_streamp source)) |
|
ZEXTERN int ZEXPORT deflateParams | OF ((z_streamp strm, int level, int strategy)) |
|
ZEXTERN int ZEXPORT deflateTune | OF ((z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain)) |
|
ZEXTERN uLong ZEXPORT deflateBound | OF ((z_streamp strm, uLong sourceLen)) |
|
ZEXTERN int ZEXPORT deflatePrime | OF ((z_streamp strm, int bits, int value)) |
|
ZEXTERN int ZEXPORT deflateSetHeader | OF ((z_streamp strm, gz_headerp head)) |
|
ZEXTERN int ZEXPORT inflateBack | OF ((z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc)) |
|
ZEXTERN int ZEXPORT compress | OF ((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen)) |
|
ZEXTERN int ZEXPORT compress2 | OF ((Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level)) |
|
ZEXTERN uLong ZEXPORT compressBound | OF ((uLong sourceLen)) |
|
ZEXTERN gzFile ZEXPORT gzopen | OF ((const char *path, const char *mode)) |
|
ZEXTERN gzFile ZEXPORT gzdopen | OF ((int fd, const char *mode)) |
|
ZEXTERN int ZEXPORT gzsetparams | OF ((gzFile file, int level, int strategy)) |
|
ZEXTERN int ZEXPORT gzread | OF ((gzFile file, voidp buf, unsigned len)) |
|
ZEXTERN int ZEXPORT gzwrite | OF ((gzFile file, voidpc buf, unsigned len)) |
|
ZEXTERN int ZEXPORTVA gzprintf | OF ((gzFile file, const char *format,...)) |
|
ZEXTERN int ZEXPORT gzputs | OF ((gzFile file, const char *s)) |
|
ZEXTERN char *ZEXPORT gzgets | OF ((gzFile file, char *buf, int len)) |
|
ZEXTERN int ZEXPORT gzputc | OF ((gzFile file, int c)) |
|
ZEXTERN int ZEXPORT gzgetc | OF ((gzFile file)) |
|
ZEXTERN int ZEXPORT gzungetc | OF ((int c, gzFile file)) |
|
ZEXTERN int ZEXPORT gzflush | OF ((gzFile file, int flush)) |
|
ZEXTERN z_off_t ZEXPORT gzseek | OF ((gzFile file, z_off_t offset, int whence)) |
|
ZEXTERN const char *ZEXPORT gzerror | OF ((gzFile file, int *errnum)) |
|
ZEXTERN uLong ZEXPORT adler32 | OF ((uLong adler, const Bytef *buf, uInt len)) |
|
ZEXTERN uLong ZEXPORT adler32_combine | OF ((uLong adler1, uLong adler2, z_off_t len2)) |
|
ZEXTERN uLong ZEXPORT crc32 | OF ((uLong crc, const Bytef *buf, uInt len)) |
|
ZEXTERN uLong ZEXPORT crc32_combine | OF ((uLong crc1, uLong crc2, z_off_t len2)) |
|
ZEXTERN int ZEXPORT deflateInit_ | OF ((z_streamp strm, int level, const char *version, int stream_size)) |
|
ZEXTERN int ZEXPORT inflateInit_ | OF ((z_streamp strm, const char *version, int stream_size)) |
|
ZEXTERN int ZEXPORT deflateInit2_ | OF ((z_streamp strm, intlevel, intmethod, int windowBits, int memLevel, int strategy, const char *version, int stream_size)) |
|
ZEXTERN int ZEXPORT inflateInit2_ | OF ((z_streamp strm, intwindowBits, const char *version, int stream_size)) |
|
ZEXTERN int ZEXPORT inflateBackInit_ | OF ((z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size)) |
|
ZEXTERN const char *ZEXPORT zError | OF ((int)) |
|
ZEXTERN int ZEXPORT inflateSyncPoint | OF ((z_streamp z)) |
|
ZEXTERN const uLongf *ZEXPORT get_crc_table | OF ((void)) |
|
uLong ZEXPORT | adler32 (uLong adler, const Bytef *buf, uInt len) |
|
uLong ZEXPORT | adler32_combine (uLong adler1, uLong adler2, z_off_t len2) |
|
int ZEXPORT | compress2 (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level) |
|
int ZEXPORT | compress (Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) |
|
uLong ZEXPORT | compressBound (uLong sourceLen) |
|
void zmemcpy | OF ((Bytef *dest, const Bytef *source, uInt len)) |
|
int zmemcmp | OF ((const Bytef *s1, const Bytef *s2, uInt len)) |
|
void zmemzero | OF ((Bytef *dest, uInt len)) |
|
voidpf zcalloc | OF ((voidpf opaque, unsigned items, unsigned size)) |
|
void zcfree | OF ((voidpf opaque, voidpf ptr)) |
|
local unsigned long gf2_matrix_times | OF ((unsigned long *mat, unsigned long vec)) |
|
local void gf2_matrix_square | OF ((unsigned long *square, unsigned long *mat)) |
|
const unsigned long FAR *ZEXPORT | get_crc_table () |
|
unsigned long ZEXPORT | crc32 (unsigned long crc, const unsigned char FAR *buf, unsigned len) |
|
local unsigned long | gf2_matrix_times (unsigned long *mat, unsigned long vec) |
|
local void | gf2_matrix_square (unsigned long *square, unsigned long *mat) |
|
uLong ZEXPORT | crc32_combine (uLong crc1, uLong crc2, z_off_t len2) |
|
void _tr_init | OF ((deflate_state *s)) |
|
int _tr_tally | OF ((deflate_state *s, unsigned dist, unsigned lc)) |
|
void _tr_flush_block | OF ((deflate_state *s, charf *buf, ulg stored_len, int eof)) |
|
local block_state deflate_stored | OF ((deflate_state *s, int flush)) |
|
local void putShortMSB | OF ((deflate_state *s, uInt b)) |
|
local int read_buf | OF ((z_streamp strm, Bytef *buf, unsigned size)) |
|
local uInt longest_match | OF ((deflate_state *s, IPos cur_match)) |
|
int ZEXPORT | deflateInit_ (z_streamp strm, int level, const char *version, int stream_size) |
|
int ZEXPORT | deflateInit2_ (z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy, const char *version, int stream_size) |
|
int ZEXPORT | deflateSetDictionary (z_streamp strm, const Bytef *dictionary, uInt dictLength) |
|
int ZEXPORT | deflateReset (z_streamp strm) |
|
int ZEXPORT | deflateSetHeader (z_streamp strm, gz_headerp head) |
|
int ZEXPORT | deflatePrime (z_streamp strm, int bits, int value) |
|
int ZEXPORT | deflateParams (z_streamp strm, int level, int strategy) |
|
int ZEXPORT | deflateTune (z_streamp strm, int good_length, int max_lazy, int nice_length, int max_chain) |
|
uLong ZEXPORT | deflateBound (z_streamp strm, uLong sourceLen) |
|
local void | putShortMSB (deflate_state *s, uInt b) |
|
local void | flush_pending (z_streamp strm) |
|
int ZEXPORT | deflate (z_streamp strm, int flush) |
|
int ZEXPORT | deflateEnd (z_streamp strm) |
|
int ZEXPORT | deflateCopy (z_streamp dest, z_streamp source) |
|
local int | read_buf (z_streamp strm, Bytef *buf, unsigned size) |
|
local void | lm_init (deflate_state *s) |
|
local uInt | longest_match (deflate_state *s, IPos cur_match) |
|
local uInt | longest_match_fast (deflate_state *s, IPos cur_match) |
|
local void | fill_window (deflate_state *s) |
|
local block_state | deflate_stored (deflate_state *s, int flush) |
|
local block_state | deflate_fast (deflate_state *s, int flush) |
|
local block_state | deflate_slow (deflate_state *s, int flush) |
|
int inflate_table | OF ((codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)) |
|
void inflate_fast | OF ((z_streamp strm, unsigned start)) |
|
void | inflate_fast (z_streamp strm, unsigned start) |
|
local void fixedtables | OF ((struct inflate_state FAR *state)) |
|
local int updatewindow | OF ((z_streamp strm, unsigned out)) |
|
local unsigned syncsearch | OF ((unsigned FAR *have, unsigned char FAR *buf, unsigned len)) |
|
int ZEXPORT | inflateReset (z_streamp strm) |
|
int ZEXPORT | inflatePrime (z_streamp strm, int bits, int value) |
|
int ZEXPORT | inflateInit2_ (z_streamp strm, int windowBits, const char *version, int stream_size) |
|
int ZEXPORT | inflateInit_ (z_streamp strm, const char *version, int stream_size) |
|
local void | fixedtables (struct inflate_state FAR *state) |
|
local int | updatewindow (z_streamp strm, unsigned out) |
|
int ZEXPORT | inflate (z_streamp strm, int flush) |
|
int ZEXPORT | inflateEnd (z_streamp strm) |
|
int ZEXPORT | inflateSetDictionary (z_streamp strm, const Bytef *dictionary, uInt dictLength) |
|
int ZEXPORT | inflateGetHeader (z_streamp strm, gz_headerp head) |
|
local unsigned | syncsearch (unsigned FAR *have, unsigned char FAR *buf, unsigned len) |
|
int ZEXPORT | inflateSync (z_streamp strm) |
|
int ZEXPORT | inflateSyncPoint (z_streamp strm) |
|
int ZEXPORT | inflateCopy (z_streamp dest, z_streamp source) |
|
int | inflate_table (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work) |
|
local void pqdownheap | OF ((deflate_state *s, ct_data *tree, int k)) |
|
local void gen_bitlen | OF ((deflate_state *s, tree_desc *desc)) |
|
local void gen_codes | OF ((ct_data *tree, int max_code, ushf *bl_count)) |
|
local void scan_tree | OF ((deflate_state *s, ct_data *tree, int max_code)) |
|
local void send_all_trees | OF ((deflate_state *s, int lcodes, int dcodes, int blcodes)) |
|
local void compress_block | OF ((deflate_state *s, ct_data *ltree, ct_data *dtree)) |
|
local unsigned bi_reverse | OF ((unsigned value, int length)) |
|
local void copy_block | OF ((deflate_state *s, charf *buf, unsigned len, int header)) |
|
local void | tr_static_init () |
|
void | _tr_init (deflate_state *s) |
|
local void | init_block (deflate_state *s) |
|
local void | pqdownheap (deflate_state *s, ct_data *tree, int k) |
|
local void | gen_bitlen (deflate_state *s, tree_desc *desc) |
|
local void | gen_codes (ct_data *tree, int max_code, ushf *bl_count) |
|
local void | build_tree (deflate_state *s, tree_desc *desc) |
|
local void | scan_tree (deflate_state *s, ct_data *tree, int max_code) |
|
local void | send_tree (deflate_state *s, ct_data *tree, int max_code) |
|
local int | build_bl_tree (deflate_state *s) |
|
local void | send_all_trees (deflate_state *s, int lcodes, int dcodes, int blcodes) |
|
void | _tr_stored_block (deflate_state *s, charf *buf, ulg stored_len, int eof) |
|
void | _tr_align (deflate_state *s) |
|
void | _tr_flush_block (deflate_state *s, charf *buf, ulg stored_len, int eof) |
|
int | _tr_tally (deflate_state *s, unsigned dist, unsigned lc) |
|
local void | compress_block (deflate_state *s, ct_data *ltree, ct_data *dtree) |
|
local void | set_data_type (deflate_state *s) |
|
local unsigned | bi_reverse (unsigned code_, int len) |
|
local void | bi_flush (deflate_state *s) |
|
local void | bi_windup (deflate_state *s) |
|
local void | copy_block (deflate_state *s, charf *buf, unsigned len, int header) |
|
const char *ZEXPORT | zError (int err) |
|
void | zmemcpy (Bytef *dest, const Bytef *source, uInt len) |
|
int | zmemcmp (Bytef *s1, const Bytef *s2, uInt len) const |
|
void | zmemzero (Bytef *dest, uInt len) |
|
voidp malloc | OF ((uInt size)) |
|
voidp calloc | OF ((uInt items, uInt size)) |
|
void free | OF ((voidpf ptr)) |
|
voidpf | zcalloc (voidpf opaque, unsigned items, unsigned size) |
|
void | zcfree (voidpf opaque, voidpf ptr) |
|