doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
inflate_codes_state Struct Reference

Public Attributes

inflate_codes_mode 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_huftltree
 
inflate_huftdtree
 

Detailed Description

Definition at line 3813 of file Unzip.cpp.

Member Data Documentation

struct { ... } inflate_codes_state::code
struct { ... } inflate_codes_state::copy
Byte inflate_codes_state::dbits

Definition at line 3834 of file Unzip.cpp.

uInt inflate_codes_state::dist

Definition at line 3828 of file Unzip.cpp.

inflate_huft* inflate_codes_state::dtree

Definition at line 3836 of file Unzip.cpp.

uInt inflate_codes_state::get

Definition at line 3827 of file Unzip.cpp.

Byte inflate_codes_state::lbits

Definition at line 3833 of file Unzip.cpp.

uInt inflate_codes_state::len

Definition at line 3819 of file Unzip.cpp.

uInt inflate_codes_state::lit

Definition at line 3825 of file Unzip.cpp.

inflate_huft* inflate_codes_state::ltree

Definition at line 3835 of file Unzip.cpp.

inflate_codes_mode inflate_codes_state::mode

Definition at line 3816 of file Unzip.cpp.

uInt inflate_codes_state::need

Definition at line 3823 of file Unzip.cpp.

union { ... } inflate_codes_state::sub
inflate_huft* inflate_codes_state::tree

Definition at line 3822 of file Unzip.cpp.


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