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