Chris@43
|
1 STRPGMEXP PGMLVL(*CURRENT) SIGNATURE('ZLIB')
|
Chris@43
|
2
|
Chris@43
|
3 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
4 /* Version 1.1.3 entry points. */
|
Chris@43
|
5 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
6
|
Chris@43
|
7 /********************************************************************/
|
Chris@43
|
8 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
9 /********************************************************************/
|
Chris@43
|
10
|
Chris@43
|
11 EXPORT SYMBOL("adler32")
|
Chris@43
|
12
|
Chris@43
|
13 /********************************************************************/
|
Chris@43
|
14 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
15 /********************************************************************/
|
Chris@43
|
16
|
Chris@43
|
17 EXPORT SYMBOL("compress")
|
Chris@43
|
18 EXPORT SYMBOL("compress2")
|
Chris@43
|
19
|
Chris@43
|
20 /********************************************************************/
|
Chris@43
|
21 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
22 /********************************************************************/
|
Chris@43
|
23
|
Chris@43
|
24 EXPORT SYMBOL("crc32")
|
Chris@43
|
25 EXPORT SYMBOL("get_crc_table")
|
Chris@43
|
26
|
Chris@43
|
27 /********************************************************************/
|
Chris@43
|
28 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
29 /********************************************************************/
|
Chris@43
|
30
|
Chris@43
|
31 EXPORT SYMBOL("deflate")
|
Chris@43
|
32 EXPORT SYMBOL("deflateEnd")
|
Chris@43
|
33 EXPORT SYMBOL("deflateSetDictionary")
|
Chris@43
|
34 EXPORT SYMBOL("deflateCopy")
|
Chris@43
|
35 EXPORT SYMBOL("deflateReset")
|
Chris@43
|
36 EXPORT SYMBOL("deflateParams")
|
Chris@43
|
37 EXPORT SYMBOL("deflatePrime")
|
Chris@43
|
38 EXPORT SYMBOL("deflateInit_")
|
Chris@43
|
39 EXPORT SYMBOL("deflateInit2_")
|
Chris@43
|
40
|
Chris@43
|
41 /********************************************************************/
|
Chris@43
|
42 /* *MODULE GZIO ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
43 /********************************************************************/
|
Chris@43
|
44
|
Chris@43
|
45 EXPORT SYMBOL("gzopen")
|
Chris@43
|
46 EXPORT SYMBOL("gzdopen")
|
Chris@43
|
47 EXPORT SYMBOL("gzsetparams")
|
Chris@43
|
48 EXPORT SYMBOL("gzread")
|
Chris@43
|
49 EXPORT SYMBOL("gzwrite")
|
Chris@43
|
50 EXPORT SYMBOL("gzprintf")
|
Chris@43
|
51 EXPORT SYMBOL("gzputs")
|
Chris@43
|
52 EXPORT SYMBOL("gzgets")
|
Chris@43
|
53 EXPORT SYMBOL("gzputc")
|
Chris@43
|
54 EXPORT SYMBOL("gzgetc")
|
Chris@43
|
55 EXPORT SYMBOL("gzflush")
|
Chris@43
|
56 EXPORT SYMBOL("gzseek")
|
Chris@43
|
57 EXPORT SYMBOL("gzrewind")
|
Chris@43
|
58 EXPORT SYMBOL("gztell")
|
Chris@43
|
59 EXPORT SYMBOL("gzeof")
|
Chris@43
|
60 EXPORT SYMBOL("gzclose")
|
Chris@43
|
61 EXPORT SYMBOL("gzerror")
|
Chris@43
|
62
|
Chris@43
|
63 /********************************************************************/
|
Chris@43
|
64 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
65 /********************************************************************/
|
Chris@43
|
66
|
Chris@43
|
67 EXPORT SYMBOL("inflate")
|
Chris@43
|
68 EXPORT SYMBOL("inflateEnd")
|
Chris@43
|
69 EXPORT SYMBOL("inflateSetDictionary")
|
Chris@43
|
70 EXPORT SYMBOL("inflateSync")
|
Chris@43
|
71 EXPORT SYMBOL("inflateReset")
|
Chris@43
|
72 EXPORT SYMBOL("inflateInit_")
|
Chris@43
|
73 EXPORT SYMBOL("inflateInit2_")
|
Chris@43
|
74 EXPORT SYMBOL("inflateSyncPoint")
|
Chris@43
|
75
|
Chris@43
|
76 /********************************************************************/
|
Chris@43
|
77 /* *MODULE UNCOMPR ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
78 /********************************************************************/
|
Chris@43
|
79
|
Chris@43
|
80 EXPORT SYMBOL("uncompress")
|
Chris@43
|
81
|
Chris@43
|
82 /********************************************************************/
|
Chris@43
|
83 /* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
84 /********************************************************************/
|
Chris@43
|
85
|
Chris@43
|
86 EXPORT SYMBOL("zlibVersion")
|
Chris@43
|
87 EXPORT SYMBOL("zError")
|
Chris@43
|
88
|
Chris@43
|
89 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
90 /* Version 1.2.1 additional entry points. */
|
Chris@43
|
91 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
92
|
Chris@43
|
93 /********************************************************************/
|
Chris@43
|
94 /* *MODULE COMPRESS ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
95 /********************************************************************/
|
Chris@43
|
96
|
Chris@43
|
97 EXPORT SYMBOL("compressBound")
|
Chris@43
|
98
|
Chris@43
|
99 /********************************************************************/
|
Chris@43
|
100 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
101 /********************************************************************/
|
Chris@43
|
102
|
Chris@43
|
103 EXPORT SYMBOL("deflateBound")
|
Chris@43
|
104
|
Chris@43
|
105 /********************************************************************/
|
Chris@43
|
106 /* *MODULE GZIO ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
107 /********************************************************************/
|
Chris@43
|
108
|
Chris@43
|
109 EXPORT SYMBOL("gzungetc")
|
Chris@43
|
110 EXPORT SYMBOL("gzclearerr")
|
Chris@43
|
111
|
Chris@43
|
112 /********************************************************************/
|
Chris@43
|
113 /* *MODULE INFBACK ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
114 /********************************************************************/
|
Chris@43
|
115
|
Chris@43
|
116 EXPORT SYMBOL("inflateBack")
|
Chris@43
|
117 EXPORT SYMBOL("inflateBackEnd")
|
Chris@43
|
118 EXPORT SYMBOL("inflateBackInit_")
|
Chris@43
|
119
|
Chris@43
|
120 /********************************************************************/
|
Chris@43
|
121 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
122 /********************************************************************/
|
Chris@43
|
123
|
Chris@43
|
124 EXPORT SYMBOL("inflateCopy")
|
Chris@43
|
125
|
Chris@43
|
126 /********************************************************************/
|
Chris@43
|
127 /* *MODULE ZUTIL ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
128 /********************************************************************/
|
Chris@43
|
129
|
Chris@43
|
130 EXPORT SYMBOL("zlibCompileFlags")
|
Chris@43
|
131
|
Chris@43
|
132 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
133 /* Version 1.2.5 additional entry points. */
|
Chris@43
|
134 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
135
|
Chris@43
|
136 /********************************************************************/
|
Chris@43
|
137 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
138 /********************************************************************/
|
Chris@43
|
139
|
Chris@43
|
140 EXPORT SYMBOL("adler32_combine")
|
Chris@43
|
141 EXPORT SYMBOL("adler32_combine64")
|
Chris@43
|
142
|
Chris@43
|
143 /********************************************************************/
|
Chris@43
|
144 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
145 /********************************************************************/
|
Chris@43
|
146
|
Chris@43
|
147 EXPORT SYMBOL("crc32_combine")
|
Chris@43
|
148 EXPORT SYMBOL("crc32_combine64")
|
Chris@43
|
149
|
Chris@43
|
150 /********************************************************************/
|
Chris@43
|
151 /* *MODULE GZLIB ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
152 /********************************************************************/
|
Chris@43
|
153
|
Chris@43
|
154 EXPORT SYMBOL("gzbuffer")
|
Chris@43
|
155 EXPORT SYMBOL("gzoffset")
|
Chris@43
|
156 EXPORT SYMBOL("gzoffset64")
|
Chris@43
|
157 EXPORT SYMBOL("gzopen64")
|
Chris@43
|
158 EXPORT SYMBOL("gzseek64")
|
Chris@43
|
159 EXPORT SYMBOL("gztell64")
|
Chris@43
|
160
|
Chris@43
|
161 /********************************************************************/
|
Chris@43
|
162 /* *MODULE GZREAD ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
163 /********************************************************************/
|
Chris@43
|
164
|
Chris@43
|
165 EXPORT SYMBOL("gzclose_r")
|
Chris@43
|
166
|
Chris@43
|
167 /********************************************************************/
|
Chris@43
|
168 /* *MODULE GZWRITE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
169 /********************************************************************/
|
Chris@43
|
170
|
Chris@43
|
171 EXPORT SYMBOL("gzclose_w")
|
Chris@43
|
172
|
Chris@43
|
173 /********************************************************************/
|
Chris@43
|
174 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
175 /********************************************************************/
|
Chris@43
|
176
|
Chris@43
|
177 EXPORT SYMBOL("inflateMark")
|
Chris@43
|
178 EXPORT SYMBOL("inflatePrime")
|
Chris@43
|
179 EXPORT SYMBOL("inflateReset2")
|
Chris@43
|
180 EXPORT SYMBOL("inflateUndermine")
|
Chris@43
|
181
|
Chris@43
|
182 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
183 /* Version 1.2.6 additional entry points. */
|
Chris@43
|
184 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
185
|
Chris@43
|
186 /********************************************************************/
|
Chris@43
|
187 /* *MODULE DEFLATE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
188 /********************************************************************/
|
Chris@43
|
189
|
Chris@43
|
190 EXPORT SYMBOL("deflateResetKeep")
|
Chris@43
|
191 EXPORT SYMBOL("deflatePending")
|
Chris@43
|
192
|
Chris@43
|
193 /********************************************************************/
|
Chris@43
|
194 /* *MODULE GZWRITE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
195 /********************************************************************/
|
Chris@43
|
196
|
Chris@43
|
197 EXPORT SYMBOL("gzgetc_")
|
Chris@43
|
198
|
Chris@43
|
199 /********************************************************************/
|
Chris@43
|
200 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
201 /********************************************************************/
|
Chris@43
|
202
|
Chris@43
|
203 EXPORT SYMBOL("inflateResetKeep")
|
Chris@43
|
204
|
Chris@43
|
205 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
206 /* Version 1.2.8 additional entry points. */
|
Chris@43
|
207 /*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
|
Chris@43
|
208
|
Chris@43
|
209 /********************************************************************/
|
Chris@43
|
210 /* *MODULE INFLATE ZLIB 01/02/01 00:15:09 */
|
Chris@43
|
211 /********************************************************************/
|
Chris@43
|
212
|
Chris@43
|
213 EXPORT SYMBOL("inflateGetDictionary")
|
Chris@43
|
214
|
Chris@43
|
215 ENDPGMEXP
|