NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
inflate_blocks_state Struct Reference
Collaboration diagram for inflate_blocks_state:

Public Attributes

inflate_block_mode mode
 
union {
   uInt   left
 
   struct {
      uInt   table
 
      uInt   index
 
      uInt *   blens
 
      uInt   bb
 
      inflate_huft *   tb
 
   }   trees
 
   struct {
      inflate_codes_statef *   codes
 
   }   decode
 
sub
 
uInt last
 
uInt bitk
 
uLong bitb
 
inflate_hufthufts
 
Bytewindow
 
Byteend
 
Byteread
 
Bytewrite
 
check_func checkfn
 
uLong check
 

Detailed Description

Definition at line 679 of file unzip.cpp.

Member Data Documentation

◆ bb

uInt inflate_blocks_state::bb

Definition at line 694 of file unzip.cpp.

Referenced by inflate_blocks().

◆ bitb

uLong inflate_blocks_state::bitb

Definition at line 707 of file unzip.cpp.

Referenced by inflate_blocks_reset().

◆ bitk

uInt inflate_blocks_state::bitk

Definition at line 706 of file unzip.cpp.

Referenced by inflate_blocks_reset().

◆ blens

uInt* inflate_blocks_state::blens

Definition at line 693 of file unzip.cpp.

Referenced by inflate_blocks(), and inflate_blocks_reset().

◆ check

uLong inflate_blocks_state::check

Definition at line 714 of file unzip.cpp.

Referenced by inflate_blocks_reset(), and inflate_flush().

◆ checkfn

check_func inflate_blocks_state::checkfn

Definition at line 713 of file unzip.cpp.

Referenced by inflate_blocks_new(), inflate_blocks_reset(), and inflate_flush().

◆ codes

inflate_codes_statef* inflate_blocks_state::codes

Definition at line 700 of file unzip.cpp.

Referenced by inflate_blocks(), inflate_blocks_reset(), and inflate_codes().

◆ 

struct { ... } inflate_blocks_state::decode

◆ end

Byte* inflate_blocks_state::end

◆ hufts

inflate_huft* inflate_blocks_state::hufts

Definition at line 708 of file unzip.cpp.

Referenced by inflate_blocks(), inflate_blocks_free(), and inflate_blocks_new().

◆ index

uInt inflate_blocks_state::index

Definition at line 692 of file unzip.cpp.

Referenced by inflate_blocks().

◆ last

uInt inflate_blocks_state::last

Definition at line 703 of file unzip.cpp.

Referenced by inflate_blocks().

◆ left

uInt inflate_blocks_state::left

Definition at line 688 of file unzip.cpp.

Referenced by inflate_blocks().

◆ mode

inflate_block_mode inflate_blocks_state::mode

Definition at line 683 of file unzip.cpp.

Referenced by inflate_blocks(), inflate_blocks_new(), and inflate_blocks_reset().

◆ read

Byte* inflate_blocks_state::read

Definition at line 711 of file unzip.cpp.

Referenced by inflate_blocks(), inflate_blocks_reset(), inflate_codes(), and inflate_flush().

◆ 

union { ... } inflate_blocks_state::sub

◆ table

uInt inflate_blocks_state::table

Definition at line 691 of file unzip.cpp.

Referenced by inflate_blocks().

◆ tb

inflate_huft* inflate_blocks_state::tb

Definition at line 695 of file unzip.cpp.

Referenced by inflate_blocks().

◆ 

struct { ... } inflate_blocks_state::trees

◆ window

Byte* inflate_blocks_state::window

◆ write

Byte* inflate_blocks_state::write

Definition at line 712 of file unzip.cpp.

Referenced by inflate_blocks(), inflate_blocks_reset(), inflate_codes(), and inflate_flush().


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