#include <zinflate.h>
Public Member Functions | |
| inflate_codes_state () | |
| ~inflate_codes_state () | |
Public Attributes | |
| InflateCodesMode | 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 |
Private Member Functions | |
| CC_DECLARE_MEMDUMP (inflate_codes_state) | |
Definition at line 187 of file zinflate.h.
|
|
Definition at line 195 of file zinflate.h.
|
|
|
Definition at line 196 of file zinflate.h.
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 224 of file zinflate.h. |
|
|
Definition at line 217 of file zinflate.h. |
|
|
Definition at line 226 of file zinflate.h. |
|
|
Definition at line 216 of file zinflate.h. |
|
|
Definition at line 223 of file zinflate.h. |
|
|
Definition at line 203 of file zinflate.h. |
|
|
Definition at line 212 of file zinflate.h. |
|
|
Definition at line 225 of file zinflate.h. |
|
|
Definition at line 196 of file zinflate.h. |
|
|
Definition at line 209 of file zinflate.h. |
|
|
|
|
|
Definition at line 208 of file zinflate.h. |
1.4.4