Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#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) |
#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 | ) |
Definition at line 191 of file infback.c.
Referenced by inflateBack().
#define BYTEBITS | ( | ) |
Definition at line 202 of file infback.c.
Referenced by inflateBack().
#define DROPBITS | ( | n | ) |
Definition at line 195 of file infback.c.
Referenced by inflateBack().
#define INITBITS | ( | ) |
Definition at line 151 of file infback.c.
Referenced by inflateBack().
#define LOAD | ( | ) |
Definition at line 129 of file infback.c.
Referenced by inflateBack().
#define NEEDBITS | ( | n | ) |
Definition at line 184 of file infback.c.
Referenced by inflateBack().
#define PULL | ( | ) |
Definition at line 159 of file infback.c.
Referenced by inflateBack().
#define PULLBYTE | ( | ) |
Definition at line 173 of file infback.c.
Referenced by inflateBack().
#define RESTORE | ( | ) |
Definition at line 140 of file infback.c.
Referenced by inflateBack().
#define ROOM | ( | ) |
Definition at line 211 of file infback.c.
Referenced by inflateBack().
local void fixedtables | ( | struct inflate_state FAR * | state | ) |
Definition at line 83 of file infback.c.
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 251 of file infback.c.
int ZEXPORT inflateBackEnd | ( | z_streamp | strm | ) |
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.c.
local void fixedtables OF | ( | (struct inflate_state FAR *state) | ) |