45 #include <bsp/consoleIo.h> 46 #define fprintf printk 74 # if defined(MSDOS) || defined(__STDC__) || defined(__cplusplus) 86 # define MAX_MEM_LEVEL 8 88 # define MAX_MEM_LEVEL 9 118 # define OF(args) args 124 typedef unsigned char Byte;
125 typedef unsigned int uInt;
126 typedef unsigned long uLong;
128 typedef Byte FAR Bytef;
129 typedef char FAR charf;
130 typedef int FAR intf;
131 typedef uInt FAR uIntf;
132 typedef uLong FAR uLongf;
135 typedef void FAR *voidpf;
138 typedef Byte FAR *voidpf;
144 #define ZLIB_VERSION "0.95P" 165 typedef voidpf (*alloc_func) OF((voidpf
opaque, uInt items, uInt
size));
166 typedef void (*free_func) OF((voidpf
opaque, voidpf address, uInt nbytes));
222 #define Z_PARTIAL_FLUSH 1 223 #define Z_FULL_FLUSH 2 224 #define Z_SYNC_FLUSH 3 226 #define Z_PACKET_FLUSH 5 230 #define Z_STREAM_END 1 232 #define Z_STREAM_ERROR (-2) 233 #define Z_DATA_ERROR (-3) 234 #define Z_MEM_ERROR (-4) 235 #define Z_BUF_ERROR (-5) 238 #define Z_BEST_SPEED 1 239 #define Z_BEST_COMPRESSION 9 240 #define Z_DEFAULT_COMPRESSION (-1) 244 #define Z_HUFFMAN_ONLY 2 245 #define Z_DEFAULT_STRATEGY 0 254 extern char *zlib_version;
262 extern int inflateInit OF((
z_stream *strm));
275 extern int inflate OF((
z_stream *strm,
int flush));
325 extern int inflateEnd OF((
z_stream *strm));
338 extern int inflateInit2 OF((
z_stream *strm,
371 extern int inflateSync OF((
z_stream *strm));
386 extern int inflateReset OF((
z_stream *strm));
396 extern int inflateIncomp OF((
z_stream *strm));
413 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
Definition: b1553brm.c:75
unsigned size
Definition: tte.h:74