Classes | Defines | Enumerations | Functions

D:/Lukas Daten/Programmierungen/C++/HLC/Sonstige/Software/SoftPixelEngine/sources/Plugins/zlib/inftrees.h File Reference

Go to the source code of this file.

Classes

struct  code

Defines

#define ENOUGH   2048
#define MAXD   592

Enumerations

enum  codetype { CODES, LENS, DISTS }

Functions

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

Define Documentation

#define ENOUGH   2048
#define MAXD   592

Enumeration Type Documentation

enum codetype
Enumerator:
CODES 
LENS 
DISTS 

Function Documentation

int inflate_table OF ( (codetype type, unsigned short FAR *lens, unsigned codes, code FAR *FAR *table, unsigned FAR *bits, unsigned short FAR *work)   ) 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines