| 
    Geant4
    10.02.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.
| #define BYTEBITS | ( | ) | 
Definition at line 195 of file infback.cc.
| #define DROPBITS | ( | n | ) | 
Definition at line 188 of file infback.cc.
| #define INITBITS | ( | ) | 
Definition at line 144 of file infback.cc.
| #define LOAD | ( | ) | 
Definition at line 122 of file infback.cc.
| #define NEEDBITS | ( | n | ) | 
Definition at line 177 of file infback.cc.
| #define PULL | ( | ) | 
Definition at line 152 of file infback.cc.
| #define PULLBYTE | ( | ) | 
Definition at line 166 of file infback.cc.
| #define RESTORE | ( | ) | 
Definition at line 133 of file infback.cc.
| #define ROOM | ( | ) | 
Definition at line 204 of file infback.cc.
| local void fixedtables | ( | struct inflate_state FAR * | state | ) | 
Definition at line 77 of file infback.cc.
| 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.
| 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.
| local void fixedtables OF | ( | (struct inflate_state FAR *state) | ) |