|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Public Attributes | |
| inflate_block_mode | mode |
| union { | |
| uInt left | |
| struct { | |
| uInt table | |
| uInt index | |
| uInt * blens | |
| uInt bb | |
| inflate_huft * tb | |
| } trees | |
| struct { | |
| inflate_codes_statef * codes | |
| } decode | |
| } | sub |
| uInt | last |
| uInt | bitk |
| uLong | bitb |
| inflate_huft * | hufts |
| Byte * | window |
| Byte * | end |
| Byte * | read |
| Byte * | write |
| check_func | checkfn |
| uLong | check |
| uInt inflate_blocks_state::bb |
Definition at line 694 of file unzip.cpp.
Referenced by inflate_blocks().
| uLong inflate_blocks_state::bitb |
Definition at line 707 of file unzip.cpp.
Referenced by inflate_blocks_reset().
| uInt inflate_blocks_state::bitk |
Definition at line 706 of file unzip.cpp.
Referenced by inflate_blocks_reset().
| uInt* inflate_blocks_state::blens |
Definition at line 693 of file unzip.cpp.
Referenced by inflate_blocks(), and inflate_blocks_reset().
| uLong inflate_blocks_state::check |
Definition at line 714 of file unzip.cpp.
Referenced by inflate_blocks_reset(), and inflate_flush().
| check_func inflate_blocks_state::checkfn |
Definition at line 713 of file unzip.cpp.
Referenced by inflate_blocks_new(), inflate_blocks_reset(), and inflate_flush().
| inflate_codes_statef* inflate_blocks_state::codes |
Definition at line 700 of file unzip.cpp.
Referenced by inflate_blocks(), inflate_blocks_reset(), and inflate_codes().
| struct { ... } inflate_blocks_state::decode |
Referenced by inflate_blocks(), inflate_blocks_reset(), and inflate_codes().
| Byte* inflate_blocks_state::end |
Definition at line 710 of file unzip.cpp.
Referenced by inflate_blocks(), inflate_blocks_new(), inflate_codes(), inflate_fast(), and inflate_flush().
| inflate_huft* inflate_blocks_state::hufts |
Definition at line 708 of file unzip.cpp.
Referenced by inflate_blocks(), inflate_blocks_free(), and inflate_blocks_new().
| uInt inflate_blocks_state::index |
Definition at line 692 of file unzip.cpp.
Referenced by inflate_blocks().
| uInt inflate_blocks_state::last |
Definition at line 703 of file unzip.cpp.
Referenced by inflate_blocks().
| uInt inflate_blocks_state::left |
Definition at line 688 of file unzip.cpp.
Referenced by inflate_blocks().
| inflate_block_mode inflate_blocks_state::mode |
Definition at line 683 of file unzip.cpp.
Referenced by inflate_blocks(), inflate_blocks_new(), and inflate_blocks_reset().
| Byte* inflate_blocks_state::read |
Definition at line 711 of file unzip.cpp.
Referenced by inflate_blocks(), inflate_blocks_reset(), inflate_codes(), and inflate_flush().
| union { ... } inflate_blocks_state::sub |
Referenced by inflate_blocks(), inflate_blocks_reset(), and inflate_codes().
| uInt inflate_blocks_state::table |
Definition at line 691 of file unzip.cpp.
Referenced by inflate_blocks().
| inflate_huft* inflate_blocks_state::tb |
Definition at line 695 of file unzip.cpp.
Referenced by inflate_blocks().
| struct { ... } inflate_blocks_state::trees |
Referenced by inflate_blocks(), and inflate_blocks_reset().
| Byte* inflate_blocks_state::window |
Definition at line 709 of file unzip.cpp.
Referenced by inflate_blocks(), inflate_blocks_free(), inflate_blocks_new(), inflate_blocks_reset(), inflate_codes(), inflate_fast(), and inflate_flush().
| Byte* inflate_blocks_state::write |
Definition at line 712 of file unzip.cpp.
Referenced by inflate_blocks(), inflate_blocks_reset(), inflate_codes(), and inflate_flush().