summaryrefslogtreecommitdiff
path: root/neozip/win32/zlibcompat.def.in
blob: 52a713cf03e1503f893eebf818f66fd465ad8704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
; zlib data compression library
EXPORTS
; basic functions
    @ZLIB_SYMBOL_PREFIX@zlibVersion
    @ZLIB_SYMBOL_PREFIX@deflate
    @ZLIB_SYMBOL_PREFIX@deflateEnd
    @ZLIB_SYMBOL_PREFIX@inflate
    @ZLIB_SYMBOL_PREFIX@inflateEnd
; advanced functions
    @ZLIB_SYMBOL_PREFIX@deflateSetDictionary
    @ZLIB_SYMBOL_PREFIX@deflateGetDictionary
    @ZLIB_SYMBOL_PREFIX@deflateCopy
    @ZLIB_SYMBOL_PREFIX@deflateReset
    @ZLIB_SYMBOL_PREFIX@deflateParams
    @ZLIB_SYMBOL_PREFIX@deflateTune
    @ZLIB_SYMBOL_PREFIX@deflateBound
    @ZLIB_SYMBOL_PREFIX@deflatePending
    @ZLIB_SYMBOL_PREFIX@deflatePrime
    @ZLIB_SYMBOL_PREFIX@deflateSetHeader
    @ZLIB_SYMBOL_PREFIX@inflateSetDictionary
    @ZLIB_SYMBOL_PREFIX@inflateGetDictionary
    @ZLIB_SYMBOL_PREFIX@inflateSync
    @ZLIB_SYMBOL_PREFIX@inflateCopy
    @ZLIB_SYMBOL_PREFIX@inflateReset
    @ZLIB_SYMBOL_PREFIX@inflateReset2
    @ZLIB_SYMBOL_PREFIX@inflatePrime
    @ZLIB_SYMBOL_PREFIX@inflateMark
    @ZLIB_SYMBOL_PREFIX@inflateGetHeader
    @ZLIB_SYMBOL_PREFIX@inflateBack
    @ZLIB_SYMBOL_PREFIX@inflateBackEnd
    @ZLIB_SYMBOL_PREFIX@zlibCompileFlags
; utility functions
    @ZLIB_SYMBOL_PREFIX@compress
    @ZLIB_SYMBOL_PREFIX@compress2
    @ZLIB_SYMBOL_PREFIX@compressBound
    @ZLIB_SYMBOL_PREFIX@uncompress
    @ZLIB_SYMBOL_PREFIX@uncompress2
    @ZLIB_SYMBOL_PREFIX@gzopen
    @ZLIB_SYMBOL_PREFIX@gzdopen
    @ZLIB_SYMBOL_PREFIX@gzbuffer
    @ZLIB_SYMBOL_PREFIX@gzsetparams
    @ZLIB_SYMBOL_PREFIX@gzread
    @ZLIB_SYMBOL_PREFIX@gzfread
    @ZLIB_SYMBOL_PREFIX@gzwrite
    @ZLIB_SYMBOL_PREFIX@gzfwrite
    @ZLIB_SYMBOL_PREFIX@gzprintf
    @ZLIB_SYMBOL_PREFIX@gzvprintf
    @ZLIB_SYMBOL_PREFIX@gzputs
    @ZLIB_SYMBOL_PREFIX@gzgets
    @ZLIB_SYMBOL_PREFIX@gzputc
    @ZLIB_SYMBOL_PREFIX@gzgetc
    @ZLIB_SYMBOL_PREFIX@gzungetc
    @ZLIB_SYMBOL_PREFIX@gzflush
    @ZLIB_SYMBOL_PREFIX@gzseek
    @ZLIB_SYMBOL_PREFIX@gzrewind
    @ZLIB_SYMBOL_PREFIX@gztell
    @ZLIB_SYMBOL_PREFIX@gzoffset
    @ZLIB_SYMBOL_PREFIX@gzeof
    @ZLIB_SYMBOL_PREFIX@gzdirect
    @ZLIB_SYMBOL_PREFIX@gzclose
    @ZLIB_SYMBOL_PREFIX@gzclose_r
    @ZLIB_SYMBOL_PREFIX@gzclose_w
    @ZLIB_SYMBOL_PREFIX@gzerror
    @ZLIB_SYMBOL_PREFIX@gzclearerr
; large file functions
    @ZLIB_SYMBOL_PREFIX@gzopen64
    @ZLIB_SYMBOL_PREFIX@gzseek64
    @ZLIB_SYMBOL_PREFIX@gztell64
    @ZLIB_SYMBOL_PREFIX@gzoffset64
    @ZLIB_SYMBOL_PREFIX@adler32_combine64
    @ZLIB_SYMBOL_PREFIX@crc32_combine64
    @ZLIB_SYMBOL_PREFIX@crc32_combine_gen64
; checksum functions
    @ZLIB_SYMBOL_PREFIX@adler32
    @ZLIB_SYMBOL_PREFIX@adler32_z
    @ZLIB_SYMBOL_PREFIX@crc32
    @ZLIB_SYMBOL_PREFIX@crc32_z
    @ZLIB_SYMBOL_PREFIX@adler32_combine
    @ZLIB_SYMBOL_PREFIX@crc32_combine
    @ZLIB_SYMBOL_PREFIX@crc32_combine_gen
    @ZLIB_SYMBOL_PREFIX@crc32_combine_op
; various hacks, don't look :)
    @ZLIB_SYMBOL_PREFIX@deflateInit_
    @ZLIB_SYMBOL_PREFIX@deflateInit2_
    @ZLIB_SYMBOL_PREFIX@inflateInit_
    @ZLIB_SYMBOL_PREFIX@inflateInit2_
    @ZLIB_SYMBOL_PREFIX@inflateBackInit_
    @ZLIB_SYMBOL_PREFIX@gzgetc_
    @ZLIB_SYMBOL_PREFIX@zError
    @ZLIB_SYMBOL_PREFIX@inflateSyncPoint
    @ZLIB_SYMBOL_PREFIX@get_crc_table
    @ZLIB_SYMBOL_PREFIX@inflateUndermine
    @ZLIB_SYMBOL_PREFIX@inflateValidate
    @ZLIB_SYMBOL_PREFIX@inflateCodesUsed
    @ZLIB_SYMBOL_PREFIX@inflateResetKeep
    @ZLIB_SYMBOL_PREFIX@deflateResetKeep
    @ZLIB_SYMBOL_PREFIX@gzopen_w