#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 | CRC2(check, word) |
#define | CRC4(check, word) |
#define | DROPBITS(n) |
#define | INITBITS() |
#define | LOAD() |
#define | NEEDBITS(n) |
#define | PULLBYTE() |
#define | RESTORE() |
#define | UPDATE(check, buf, len) (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) |
Definition at line 523 of file bloaty/third_party/zlib/inflate.c.
#define BYTEBITS | ( | ) |
Definition at line 534 of file bloaty/third_party/zlib/inflate.c.
#define CRC2 | ( | check, | |
word | |||
) |
Definition at line 458 of file bloaty/third_party/zlib/inflate.c.
#define CRC4 | ( | check, | |
word | |||
) |
Definition at line 465 of file bloaty/third_party/zlib/inflate.c.
#define DROPBITS | ( | n | ) |
Definition at line 527 of file bloaty/third_party/zlib/inflate.c.
#define INITBITS | ( | ) |
Definition at line 498 of file bloaty/third_party/zlib/inflate.c.
#define LOAD | ( | ) |
Definition at line 476 of file bloaty/third_party/zlib/inflate.c.
#define NEEDBITS | ( | n | ) |
Definition at line 516 of file bloaty/third_party/zlib/inflate.c.
#define PULLBYTE | ( | ) |
Definition at line 506 of file bloaty/third_party/zlib/inflate.c.
#define RESTORE | ( | ) |
Definition at line 487 of file bloaty/third_party/zlib/inflate.c.
#define UPDATE | ( | check, | |
buf, | |||
len | |||
) | (state->flags ? crc32(check, buf, len) : adler32(check, buf, len)) |
Definition at line 450 of file bloaty/third_party/zlib/inflate.c.
void fixedtables | ( | struct inflate_state FAR * | state | ) |
Definition at line 278 of file bloaty/third_party/zlib/inflate.c.
Definition at line 622 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1554 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1461 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1277 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1291 of file bloaty/third_party/zlib/inflate.c.
int ZEXPORT inflateGetHeader | ( | z_streamp | strm, |
gz_headerp | head | ||
) |
Definition at line 1349 of file bloaty/third_party/zlib/inflate.c.
Definition at line 195 of file bloaty/third_party/zlib/inflate.c.
Definition at line 239 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1541 of file bloaty/third_party/zlib/inflate.c.
Definition at line 247 of file bloaty/third_party/zlib/inflate.c.
Definition at line 144 of file bloaty/third_party/zlib/inflate.c.
Definition at line 157 of file bloaty/third_party/zlib/inflate.c.
Definition at line 119 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1314 of file bloaty/third_party/zlib/inflate.c.
Definition at line 105 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1400 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1451 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1508 of file bloaty/third_party/zlib/inflate.c.
Definition at line 1526 of file bloaty/third_party/zlib/inflate.c.
void fixedtables OF | ( | (struct inflate_state FAR *state) | ) |
int inflateStateCheck OF | ( | (z_streamp strm) | ) |
Definition at line 1377 of file bloaty/third_party/zlib/inflate.c.