ReactOS 0.4.15-dev-7924-g5949c20
inflate_blocks_state Struct Reference

#include <infutil.h>

Collaboration diagram for inflate_blocks_state:

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_hufthufts
 
Bytefwindow
 
Bytefend
 
Bytefread
 
Bytefwrite
 
check_func checkfn
 
uLong check
 

Detailed Description

Definition at line 28 of file infutil.h.

Member Data Documentation

◆ bb

uInt inflate_blocks_state::bb

Definition at line 40 of file infutil.h.

◆ bitb

uLong inflate_blocks_state::bitb

Definition at line 52 of file infutil.h.

◆ bitk

uInt inflate_blocks_state::bitk

Definition at line 51 of file infutil.h.

◆ blens

uIntf* inflate_blocks_state::blens

Definition at line 39 of file infutil.h.

◆ check

uLong inflate_blocks_state::check

Definition at line 59 of file infutil.h.

◆ checkfn

check_func inflate_blocks_state::checkfn

Definition at line 58 of file infutil.h.

◆ codes

inflate_codes_statef* inflate_blocks_state::codes

Definition at line 45 of file infutil.h.

◆ 

struct { ... } inflate_blocks_state::decode

◆ end

Bytef* inflate_blocks_state::end

Definition at line 55 of file infutil.h.

◆ hufts

inflate_huft* inflate_blocks_state::hufts

Definition at line 53 of file infutil.h.

◆ index

uInt inflate_blocks_state::index

Definition at line 38 of file infutil.h.

◆ last

uInt inflate_blocks_state::last

Definition at line 48 of file infutil.h.

◆ left

uInt inflate_blocks_state::left

Definition at line 35 of file infutil.h.

◆ mode

inflate_block_mode inflate_blocks_state::mode

Definition at line 31 of file infutil.h.

◆ read

Bytef* inflate_blocks_state::read

Definition at line 56 of file infutil.h.

◆ 

union { ... } inflate_blocks_state::sub

◆ table

uInt inflate_blocks_state::table

Definition at line 37 of file infutil.h.

◆ tb

inflate_huft* inflate_blocks_state::tb

Definition at line 41 of file infutil.h.

◆ 

struct { ... } inflate_blocks_state::trees

◆ window

Bytef* inflate_blocks_state::window

Definition at line 54 of file infutil.h.

◆ write

Bytef* inflate_blocks_state::write

Definition at line 57 of file infutil.h.


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