#include <infutil.h>
Public Attributes | |
| inflate_block_mode | mode | 
| union { | |
| uInt left | |
| struct { | |
| uInt table | |
| uInt index | |
| uIntf * blens | |
| uInt bb | |
| inflate_huft * tb | |
| } trees | |
| struct { | |
| inflate_codes_statef * codes | |
| } decode | |
| } | sub | 
| uInt | last | 
| uInt | bitk | 
| uLong | bitb | 
| inflate_huft * | hufts | 
| Bytef * | window | 
| Bytef * | end | 
| Bytef * | read | 
| Bytef * | write | 
| check_func | checkfn | 
| uLong | check | 
Definition at line 28 of file infutil.h.
| struct { ... } inflate_blocks_state::trees | 
| struct { ... } inflate_blocks_state::decode | 
| union { ... } inflate_blocks_state::sub | 
| check_func inflate_blocks_state::checkfn | 
 1.5.1