|
RTEMS CPU Kit with SuperCore
4.11.3
|
#include "zutil.h"#include "inftrees.h"#include "inflate.h"#include "inffast.h"#include "inffixed.h"
Functions | |
| local void fixedtables | OF ((struct inflate_state FAR *state)) |
| int ZEXPORT | inflateBackInit_ (z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size) |
| int ZEXPORT | inflateBack (z_streamp strm, in_func in, void FAR *in_desc, out_func out, void FAR *out_desc) |
| int ZEXPORT | inflateBackEnd (z_streamp strm) |
| #define BYTEBITS | ( | ) |
| #define DROPBITS | ( | n | ) |
| #define INITBITS | ( | ) |
| #define LOAD | ( | ) |
| #define NEEDBITS | ( | n | ) |
| #define PULL | ( | ) |
| #define PULLBYTE | ( | ) |
| #define RESTORE | ( | ) |
| #define ROOM | ( | ) |
1.8.13