#include "zutil.h"#include "infblock.h"#include "inftrees.h"#include "infcodes.h"#include "infutil.h"Go to the source code of this file.
Compounds | |
| struct | inflate_codes_state |
Functions | |
| int | inflate_flush (s, z, r) inflate_blocks_statef *s |
Variables | |
| uInt | inflate_mask [17] |
| z_streamp | z |
| int | r |
|
||||||||||||||||
|
Referenced by r().
|
|
|
Initial value: {
0x0000,
0x0001, 0x0003, 0x0007, 0x000f, 0x001f, 0x003f, 0x007f, 0x00ff,
0x01ff, 0x03ff, 0x07ff, 0x0fff, 0x1fff, 0x3fff, 0x7fff, 0xffff
} |
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001