|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| inflate_codes_mode | 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 |
Definition at line 30 of file infcodes.c.
| struct { ... } inflate_codes_state::code |
| struct { ... } inflate_codes_state::copy |
| Byte inflate_codes_state::dbits |
Definition at line 51 of file infcodes.c.
| uInt inflate_codes_state::dist |
Definition at line 45 of file infcodes.c.
| inflate_huft* inflate_codes_state::dtree |
Definition at line 53 of file infcodes.c.
| uInt inflate_codes_state::get |
Definition at line 44 of file infcodes.c.
| Byte inflate_codes_state::lbits |
Definition at line 50 of file infcodes.c.
| uInt inflate_codes_state::len |
Definition at line 36 of file infcodes.c.
| uInt inflate_codes_state::lit |
Definition at line 42 of file infcodes.c.
| inflate_huft* inflate_codes_state::ltree |
Definition at line 52 of file infcodes.c.
| inflate_codes_mode inflate_codes_state::mode |
Definition at line 33 of file infcodes.c.
| uInt inflate_codes_state::need |
Definition at line 40 of file infcodes.c.
| union { ... } inflate_codes_state::sub |
| inflate_huft* inflate_codes_state::tree |
Definition at line 39 of file infcodes.c.