|
NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
|
Public Attributes | |
| void * | param |
| int | level |
| bool | seekable |
| READFUNC | readfunc |
| FLUSHFUNC | flush_outbuf |
| TTreeState | ts |
| TBitState | bs |
| TDeflateState | ds |
| const char * | err |
| TBitState TState::bs |
Definition at line 612 of file zip.cpp.
Referenced by bi_init(), bi_windup(), copy_block(), flush_block(), send_all_trees(), and send_bits().
| TDeflateState TState::ds |
Definition at line 613 of file zip.cpp.
Referenced by ct_tally(), deflate(), deflate_fast(), fill_window(), TZip::ideflate(), lm_init(), and longest_match().
| const char* TState::err |
Definition at line 614 of file zip.cpp.
Referenced by Assert(), and TZip::ideflate().
| FLUSHFUNC TState::flush_outbuf |
Definition at line 610 of file zip.cpp.
Referenced by bi_windup(), copy_block(), and TZip::ideflate().
| int TState::level |
Definition at line 607 of file zip.cpp.
Referenced by ct_tally(), deflate(), and TZip::ideflate().
| void* TState::param |
Definition at line 606 of file zip.cpp.
Referenced by bi_windup(), copy_block(), TZip::ideflate(), and TZip::sread().
| READFUNC TState::readfunc |
Definition at line 609 of file zip.cpp.
Referenced by fill_window(), TZip::ideflate(), and lm_init().
| bool TState::seekable |
Definition at line 608 of file zip.cpp.
Referenced by TZip::ideflate().
| TTreeState TState::ts |
Definition at line 611 of file zip.cpp.
Referenced by build_bl_tree(), build_tree(), compress_block(), ct_init(), ct_tally(), flush_block(), gen_bitlen(), gen_codes(), TZip::ideflate(), init_block(), pqdownheap(), scan_tree(), send_all_trees(), send_tree(), and set_file_type().