Go to the documentation of this file.
16 # define deflateInit_ z_deflateInit_
17 # define deflate z_deflate
18 # define deflateEnd z_deflateEnd
19 # define inflateInit_ z_inflateInit_
20 # define inflate z_inflate
21 # define inflateEnd z_inflateEnd
22 # define deflateInit2_ z_deflateInit2_
23 # define deflateSetDictionary z_deflateSetDictionary
24 # define deflateCopy z_deflateCopy
25 # define deflateReset z_deflateReset
26 # define deflateParams z_deflateParams
27 # define inflateInit2_ z_inflateInit2_
28 # define inflateSetDictionary z_inflateSetDictionary
29 # define inflateSync z_inflateSync
30 # define inflateSyncPoint z_inflateSyncPoint
31 # define inflateReset z_inflateReset
32 # define compress z_compress
33 # define compress2 z_compress2
34 # define uncompress z_uncompress
35 # define adler32 z_adler32
36 # define crc32 z_crc32
37 # define get_crc_table z_get_crc_table
41 # define uLong z_uLong
42 # define Bytef z_Bytef
43 # define charf z_charf
45 # define uIntf z_uIntf
46 # define uLongf z_uLongf
47 # define voidpf z_voidpf
48 # define voidp z_voidp
51 #if (defined(_WIN32) || defined(__WIN32__)) && !defined(WIN32)
54 #if defined(__GNUC__) || defined(WIN32) || defined(__386__) || defined(i386)
59 #if defined(__MSDOS__) && !defined(MSDOS)
73 #if defined(MSDOS) && !defined(__32BIT__)
80 #if (defined(MSDOS) || defined(_WINDOWS) || defined(WIN32)) && !defined(STDC)
83 #if defined(__STDC__) || defined(__cplusplus) || defined(__OS2__)
96 #if defined(__MWERKS__) || defined(applec) ||defined(THINK_C) ||defined(__SC__)
97 # define NO_DUMMY_DECL
101 #if defined(__BORLANDC__) && (__BORLANDC__ < 0x500)
102 # define NEED_DUMMY_RETURN
106 # define NEED_DUMMY_RETURN
110 #ifndef MAX_MEM_LEVEL
112 # define MAX_MEM_LEVEL 8
114 # define MAX_MEM_LEVEL 9
124 # define MAX_WBITS 15
144 # define OF(args) args
156 #if (defined(M_I86SM) || defined(M_I86MM)) && !defined(__32BIT__)
158 # define SMALL_MEDIUM
165 #if defined(__BORLANDC__) && (defined(__SMALL__) || defined(__MEDIUM__))
167 # define SMALL_MEDIUM
173 #if defined(ZLIB_DLL)
174 # if defined(_WINDOWS) || defined(WINDOWS)
178 # include <windows.h>
179 # define ZEXPORT(x) x WINAPI
181 # define ZEXPORTVA(x) x WINAPIV
183 # define ZEXPORTVA(x) x FAR _cdecl _export
186 # if defined (__BORLANDC__)
187 # if (__BORLANDC__ >= 0x0500) && defined (WIN32)
188 # include <windows.h>
189 # define ZEXPORT(x) x __declspec(dllexport) WINAPI
190 # define ZEXPORTRVA(x) x __declspec(dllexport) WINAPIV
192 # if defined (_Windows) && defined (__DLL__)
193 # define ZEXPORT(x) x _export
194 # define ZEXPORTVA(x) x _export
202 # define ZEXPORT(x) static x
205 # define ZEXPORTVA(x) static x
208 # define ZEXTERN(x) static x
211 # define ZEXTERNDEF(x) static x
218 #if !defined(MACOS) && !defined(TARGET_OS_MAC)
226 # define Bytef Byte FAR
246 # define z_off_t off_t
254 # define z_off_t long
259 # pragma map(deflateInit_,"DEIN")
260 # pragma map(deflateInit2_,"DEIN2")
261 # pragma map(deflateEnd,"DEEND")
262 # pragma map(inflateInit_,"ININ")
263 # pragma map(inflateInit2_,"ININ2")
264 # pragma map(inflateEnd,"INEND")
265 # pragma map(inflateSync,"INSY")
266 # pragma map(inflateSetDictionary,"INSEDI")
267 # pragma map(inflate_blocks,"INBL")
268 # pragma map(inflate_blocks_new,"INBLNE")
269 # pragma map(inflate_blocks_free,"INBLFR")
270 # pragma map(inflate_blocks_reset,"INBLRE")
271 # pragma map(inflate_codes_free,"INCOFR")
272 # pragma map(inflate_codes,"INCO")
273 # pragma map(inflate_fast,"INFA")
274 # pragma map(inflate_flush,"INFLU")
275 # pragma map(inflate_mask,"INMA")
276 # pragma map(inflate_set_dictionary,"INSEDI2")
277 # pragma map(inflate_copyright,"INCOPY")
278 # pragma map(inflate_trees_bits,"INTRBI")
279 # pragma map(inflate_trees_dynamic,"INTRDY")
280 # pragma map(inflate_trees_fixed,"INTRFI")
281 # pragma map(inflate_trees_free,"INTRFR")