ReactOS 0.4.15-dev-7958-gcd0bb1a
inflate_state Struct Reference

#include <inflate.h>

Collaboration diagram for inflate_state:

Public Attributes

z_streamp strm
 
inflate_mode mode
 
int last
 
int wrap
 
int havedict
 
int flags
 
unsigned dmax
 
unsigned long check
 
unsigned long total
 
gz_headerp head
 
unsigned wbits
 
unsigned wsize
 
unsigned whave
 
unsigned wnext
 
unsigned char FARwindow
 
unsigned long hold
 
unsigned bits
 
unsigned length
 
unsigned offset
 
unsigned extra
 
code const FARlencode
 
code const FARdistcode
 
unsigned lenbits
 
unsigned distbits
 
unsigned ncode
 
unsigned nlen
 
unsigned ndist
 
unsigned have
 
code FARnext
 
unsigned short lens [320]
 
unsigned short work [288]
 
code codes [ENOUGH]
 
int sane
 
int back
 
unsigned was
 

Detailed Description

Definition at line 194 of file inflate.c.

Member Data Documentation

◆ back

int inflate_state::back

Definition at line 235 of file inflate.c.

◆ bits

unsigned inflate_state::bits

Definition at line 214 of file inflate.c.

◆ check

unsigned long inflate_state::check

Definition at line 203 of file inflate.c.

◆ codes

code inflate_state::codes

Definition at line 233 of file inflate.c.

Referenced by inflate_table().

◆ distbits

unsigned inflate_state::distbits

Definition at line 224 of file inflate.c.

◆ distcode

code const FAR * inflate_state::distcode

Definition at line 222 of file inflate.c.

◆ dmax

unsigned inflate_state::dmax

Definition at line 202 of file inflate.c.

Referenced by inflate_fast().

◆ extra

unsigned inflate_state::extra

Definition at line 219 of file inflate.c.

◆ flags

int inflate_state::flags

Definition at line 201 of file inflate.c.

◆ have

unsigned inflate_state::have

Definition at line 229 of file inflate.c.

Referenced by inflate(), inflateBack(), and syncsearch().

◆ havedict

int inflate_state::havedict

Definition at line 200 of file inflate.c.

◆ head

gz_headerp inflate_state::head

Definition at line 205 of file inflate.c.

◆ hold

unsigned long inflate_state::hold

Definition at line 213 of file inflate.c.

Referenced by inflate(), inflate_fast(), and inflateBack().

◆ last

int inflate_state::last

Definition at line 197 of file inflate.c.

◆ lenbits

unsigned inflate_state::lenbits

Definition at line 223 of file inflate.c.

◆ lencode

code const FAR * inflate_state::lencode

Definition at line 221 of file inflate.c.

◆ length

unsigned inflate_state::length

Definition at line 216 of file inflate.c.

◆ lens

unsigned short inflate_state::lens

Definition at line 231 of file inflate.c.

Referenced by inflate_table().

◆ mode

inflate_mode inflate_state::mode

Definition at line 196 of file inflate.c.

◆ ncode

unsigned inflate_state::ncode

Definition at line 226 of file inflate.c.

◆ ndist

unsigned inflate_state::ndist

Definition at line 228 of file inflate.c.

◆ next

code FAR * inflate_state::next

Definition at line 230 of file inflate.c.

◆ nlen

unsigned inflate_state::nlen

Definition at line 227 of file inflate.c.

◆ offset

unsigned inflate_state::offset

Definition at line 217 of file inflate.c.

◆ sane

int inflate_state::sane

Definition at line 234 of file inflate.c.

◆ strm

◆ total

unsigned long inflate_state::total

Definition at line 204 of file inflate.c.

◆ was

unsigned inflate_state::was

Definition at line 236 of file inflate.c.

◆ wbits

unsigned inflate_state::wbits

Definition at line 207 of file inflate.c.

◆ whave

unsigned inflate_state::whave

Definition at line 209 of file inflate.c.

Referenced by inflate_fast().

◆ window

unsigned char FAR * inflate_state::window

Definition at line 211 of file inflate.c.

◆ wnext

unsigned inflate_state::wnext

Definition at line 210 of file inflate.c.

Referenced by inflate_fast().

◆ work

unsigned short inflate_state::work

Definition at line 232 of file inflate.c.

Referenced by inflate_table().

◆ wrap

int inflate_state::wrap

Definition at line 198 of file inflate.c.

◆ wsize

unsigned inflate_state::wsize

Definition at line 208 of file inflate.c.

Referenced by inflate_fast(), inflateBack(), and inflateCopy().


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