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

Public Attributes

inflate_mode mode
 
union {
   uInt   method
 
   struct {
      uLong   was
 
      uLong   need
 
   }   check
 
   uInt   marker
 
sub
 
int nowrap
 
uInt wbits
 
inflate_blocks_statefblocks
 

Detailed Description

Definition at line 2446 of file unzip.cpp.

Member Data Documentation

◆ blocks

inflate_blocks_statef* internal_state::blocks

Definition at line 2468 of file unzip.cpp.

Referenced by inflate(), inflateEnd(), inflateInit2(), and inflateReset().

◆ 

struct { ... } internal_state::check

Referenced by inflate().

◆ marker

uInt internal_state::marker

Definition at line 2461 of file unzip.cpp.

Referenced by inflate().

◆ method

uInt internal_state::method

Definition at line 2455 of file unzip.cpp.

Referenced by inflate().

◆ mode

inflate_mode internal_state::mode

Definition at line 2450 of file unzip.cpp.

Referenced by inflate(), and inflateReset().

◆ need

uLong internal_state::need

Definition at line 2459 of file unzip.cpp.

Referenced by inflate().

◆ nowrap

int internal_state::nowrap

Definition at line 2465 of file unzip.cpp.

Referenced by inflate(), inflateInit2(), and inflateReset().

◆ 

union { ... } internal_state::sub

Referenced by inflate().

◆ was

uLong internal_state::was

Definition at line 2458 of file unzip.cpp.

Referenced by inflate().

◆ wbits

uInt internal_state::wbits

Definition at line 2466 of file unzip.cpp.

Referenced by inflate(), and inflateInit2().


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