|
| enum | {
START,
LEN,
LENEXT,
DIST,
DISTEXT,
COPY,
LIT,
WASH,
END,
BADCODE
} |
| |
|
|
enum inflate_codes_state:: { ... } | mode |
| |
|
uInt | len |
| |
|
union { |
|
struct { |
|
inflate_huft * tree |
| |
|
uInt need |
| |
| } code |
| |
|
uInt lit |
| |
|
struct { |
|
uInt get |
| |
|
uInt dist |
| |
| } copy |
| |
| } | sub |
| |
|
Byte | lbits |
| |
|
Byte | dbits |
| |
|
inflate_huft * | ltree |
| |
|
inflate_huft * | dtree |
| |
The documentation for this struct was generated from the following file:
- bsps/powerpc/motorola_powerpc/bootloader/zlib.c