Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
inflate_state Struct Reference

#include <inflate.h>

Data Fields

inflate_mode mode
 
int last
 
int wrap
 
int havedict
 
int flags
 
unsigned dmax
 
unsigned long check
 
unsigned long total
 
unsigned wbits
 
unsigned wsize
 
unsigned whave
 
unsigned write
 
unsigned charwindow
 
unsigned long hold
 
unsigned bits
 
unsigned length
 
unsigned offset
 
unsigned extra
 
code constlencode
 
code constdistcode
 
unsigned lenbits
 
unsigned distbits
 
unsigned ncode
 
unsigned nlen
 
unsigned ndist
 
unsigned have
 
codenext
 
unsigned short lens [320]
 
unsigned short work [288]
 
code codes [ENOUGH]
 

Detailed Description

Definition at line 72 of file inflate.h.

Field Documentation

unsigned bits

Definition at line 90 of file inflate.h.

unsigned long check

Definition at line 79 of file inflate.h.

code codes[ENOUGH]

Definition at line 109 of file inflate.h.

unsigned distbits

Definition at line 100 of file inflate.h.

code const* distcode

Definition at line 98 of file inflate.h.

unsigned dmax

Definition at line 78 of file inflate.h.

unsigned extra

Definition at line 95 of file inflate.h.

int flags

Definition at line 77 of file inflate.h.

unsigned have

Definition at line 105 of file inflate.h.

int havedict

Definition at line 76 of file inflate.h.

unsigned long hold

Definition at line 89 of file inflate.h.

int last

Definition at line 74 of file inflate.h.

unsigned lenbits

Definition at line 99 of file inflate.h.

code const* lencode

Definition at line 97 of file inflate.h.

unsigned length

Definition at line 92 of file inflate.h.

unsigned short lens[320]

Definition at line 107 of file inflate.h.

Definition at line 73 of file inflate.h.

unsigned ncode

Definition at line 102 of file inflate.h.

unsigned ndist

Definition at line 104 of file inflate.h.

code* next

Definition at line 106 of file inflate.h.

unsigned nlen

Definition at line 103 of file inflate.h.

unsigned offset

Definition at line 93 of file inflate.h.

unsigned long total

Definition at line 80 of file inflate.h.

unsigned wbits

Definition at line 83 of file inflate.h.

unsigned whave

Definition at line 85 of file inflate.h.

unsigned char* window

Definition at line 87 of file inflate.h.

unsigned short work[288]

Definition at line 108 of file inflate.h.

int wrap

Definition at line 75 of file inflate.h.

unsigned write

Definition at line 86 of file inflate.h.

unsigned wsize

Definition at line 84 of file inflate.h.


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