RTEMS  5.1
Public Types | Data Fields
inflate_blocks_state Struct Reference

Public Types

enum  {
  TYPE, LENS, STORED, TABLE,
  BTREE, DTREE, CODES, DRY,
  DONEB, BADB
}
 

Data Fields

enum inflate_blocks_state:: { ... }  mode
 
union {
   uInt   left
 
   struct {
      uInt   table
 
      uInt   index
 
      uIntf *   blens
 
      uInt   bb
 
      inflate_huft *   tb
 
      int   nblens
 
   }   trees
 
   struct {
      inflate_huft *   tl
 
      inflate_huft *   td
 
      inflate_codes_statef *   codes
 
   }   decode
 
sub
 
uInt last
 
uInt bitk
 
uLong bitb
 
Bytef * window
 
Bytef * end
 
Bytef * read
 
Bytef * write
 
check_func checkfn
 
uLong check
 

The documentation for this struct was generated from the following file: