RTEMS 6.1-rc2
Loading...
Searching...
No Matches
Public Types | Data Fields
inflate_codes_state Struct Reference

Public Types

enum  {
  START , LEN , LENEXT , DIST ,
  DISTEXT , COPY , LIT , WASH ,
  END , BADCODE
}
 

Data Fields

enum inflate_codes_state:: { ... }  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
 

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