Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
inftrees.h File Reference

Go to the source code of this file.

Data Structures

struct  code
 

Macros

#define ENOUGH   2048
 
#define MAXD   592
 

Enumerations

enum  codetype { CODES, LENS, DISTS }
 

Functions

int zlib_inflate_table (codetype type, unsigned short *lens, unsigned codes, code **table, unsigned *bits, unsigned short *work)
 

Macro Definition Documentation

#define ENOUGH   2048

Definition at line 46 of file inftrees.h.

#define MAXD   592

Definition at line 47 of file inftrees.h.

Enumeration Type Documentation

enum codetype
Enumerator:
CODES 
LENS 
DISTS 

Definition at line 50 of file inftrees.h.

Function Documentation

int zlib_inflate_table ( codetype  type,
unsigned short lens,
unsigned  codes,
code **  table,
unsigned *  bits,
unsigned short work 
)

Definition at line 23 of file inftrees.c.