#include "zutil.h"
#include "inftrees.h"
#include "inflate.h"
#include "inffast.h"
#include "inffixed.h"
Go to the source code of this file.
Macros | |
#define | BITS(n) ((unsigned)hold & ((1U << (n)) - 1)) |
#define | BYTEBITS() |
#define | DROPBITS(n) |
#define | INITBITS() |
#define | LOAD() |
#define | NEEDBITS(n) |
#define | PULL() |
#define | PULLBYTE() |
#define | RESTORE() |
#define | ROOM() |
Functions | |
void | fixedtables (struct inflate_state FAR *state) |
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) |
int ZEXPORT | inflateBackInit_ (z_streamp strm, int windowBits, unsigned char FAR *window, const char *version, int stream_size) |
void fixedtables | OF ((struct inflate_state FAR *state)) |
Definition at line 190 of file bloaty/third_party/zlib/infback.c.
#define BYTEBITS | ( | ) |
Definition at line 201 of file bloaty/third_party/zlib/infback.c.
#define DROPBITS | ( | n | ) |
Definition at line 194 of file bloaty/third_party/zlib/infback.c.
#define INITBITS | ( | ) |
Definition at line 150 of file bloaty/third_party/zlib/infback.c.
#define LOAD | ( | ) |
Definition at line 128 of file bloaty/third_party/zlib/infback.c.
#define NEEDBITS | ( | n | ) |
Definition at line 183 of file bloaty/third_party/zlib/infback.c.
#define PULL | ( | ) |
Definition at line 158 of file bloaty/third_party/zlib/infback.c.
#define PULLBYTE | ( | ) |
Definition at line 172 of file bloaty/third_party/zlib/infback.c.
#define RESTORE | ( | ) |
Definition at line 139 of file bloaty/third_party/zlib/infback.c.
#define ROOM | ( | ) |
Definition at line 210 of file bloaty/third_party/zlib/infback.c.
void fixedtables | ( | struct inflate_state FAR * | state | ) |
Definition at line 82 of file bloaty/third_party/zlib/infback.c.
int ZEXPORT inflateBack | ( | z_streamp | strm, |
in_func | in, | ||
void FAR * | in_desc, | ||
out_func | out, | ||
void FAR * | out_desc | ||
) |
Definition at line 250 of file bloaty/third_party/zlib/infback.c.
Definition at line 631 of file bloaty/third_party/zlib/infback.c.
int ZEXPORT inflateBackInit_ | ( | z_streamp | strm, |
int | windowBits, | ||
unsigned char FAR * | window, | ||
const char * | version, | ||
int | stream_size | ||
) |
Definition at line 28 of file bloaty/third_party/zlib/infback.c.
void fixedtables OF | ( | (struct inflate_state FAR *state) | ) |