abc-master
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
inftrees.h File Reference

Go to the source code of this file.

Data Structures

struct  code
 

Macros

#define ENOUGH_LENS   852
 
#define ENOUGH_DISTS   592
 
#define ENOUGH   (ENOUGH_LENS+ENOUGH_DISTS)
 

Enumerations

enum  codetype { CODES, LENS, DISTS }
 

Functions

int ZLIB_INTERNAL inflate_table OF ((codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work))
 

Macro Definition Documentation

#define ENOUGH   (ENOUGH_LENS+ENOUGH_DISTS)

Definition at line 53 of file inftrees.h.

#define ENOUGH_DISTS   592

Definition at line 52 of file inftrees.h.

#define ENOUGH_LENS   852

Definition at line 51 of file inftrees.h.

Enumeration Type Documentation

enum codetype
Enumerator
CODES 
LENS 
DISTS 

Definition at line 56 of file inftrees.h.

56  {
57  CODES,
58  LENS,
59  DISTS
60 } codetype;
Definition: inftrees.h:59
Definition: inftrees.h:57
codetype
Definition: inftrees.h:56
Definition: inftrees.h:58

Function Documentation

int ZLIB_INTERNAL inflate_table OF ( (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)  )