Geant4
10.00.p03
|
#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 | LOAD() |
#define | RESTORE() |
#define | INITBITS() |
#define | PULL() |
#define | PULLBYTE() |
#define | NEEDBITS(n) |
#define | BITS(n) ((unsigned)hold & ((1U << (n)) - 1)) |
#define | DROPBITS(n) |
#define | BYTEBITS() |
#define | ROOM() |
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) |
local 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) |
#define BITS | ( | n | ) | ((unsigned)hold & ((1U << (n)) - 1)) |
Definition at line 184 of file infback.cc.
Referenced by inflateBack().
#define BYTEBITS | ( | ) |
Definition at line 195 of file infback.cc.
Referenced by inflateBack().
#define DROPBITS | ( | n | ) |
Definition at line 188 of file infback.cc.
Referenced by inflateBack().
#define INITBITS | ( | ) |
Definition at line 144 of file infback.cc.
Referenced by inflateBack().
#define LOAD | ( | ) |
Definition at line 122 of file infback.cc.
Referenced by inflateBack().
#define NEEDBITS | ( | n | ) |
Definition at line 177 of file infback.cc.
Referenced by inflateBack().
#define PULL | ( | ) |
Definition at line 152 of file infback.cc.
Referenced by inflateBack().
#define PULLBYTE | ( | ) |
Definition at line 166 of file infback.cc.
Referenced by inflateBack().
#define RESTORE | ( | ) |
Definition at line 133 of file infback.cc.
Referenced by inflateBack().
#define ROOM | ( | ) |
Definition at line 204 of file infback.cc.
Referenced by inflateBack().
local void fixedtables | ( | struct inflate_state FAR * | state | ) |
Definition at line 77 of file infback.cc.
References inflate_table().
Referenced by inflateBack().
int ZEXPORT inflateBack | ( | z_streamp | strm, |
in_func | in, | ||
void FAR * | in_desc, | ||
out_func | out, | ||
void FAR * | out_desc | ||
) |
Definition at line 244 of file infback.cc.
References BITS, BYTEBITS, copy(), DROPBITS, fixedtables(), inflate_fast(), inflate_table(), INITBITS, left, LOAD, NEEDBITS, PULL, PULLBYTE, RESTORE, ROOM, and zmemcpy().
int ZEXPORT inflateBackEnd | ( | z_streamp | strm | ) |
Definition at line 620 of file infback.cc.
int ZEXPORT inflateBackInit_ | ( | z_streamp | strm, |
int | windowBits, | ||
unsigned char FAR * | window, | ||
const char * | version, | ||
int | stream_size | ||
) |
Definition at line 28 of file infback.cc.
References zcalloc(), and zcfree().
local void fixedtables OF | ( | (struct inflate_state FAR *state) | ) |