zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
inftrees.h File Reference

Go to the source code of this file.

Classes

struct  inflate_huft_s
 

Macros

#define MANY   1440
 

Typedefs

typedef struct inflate_huft_s FAR inflate_huft
 

Functions

local int inflate_trees_bits OF ((uIntf *, uIntf *, inflate_huft *FAR *, inflate_huft *, z_streamp))
 
local int inflate_trees_dynamic OF ((uInt, uInt, uIntf *, uIntf *, uIntf *, inflate_huft *FAR *, inflate_huft *FAR *, inflate_huft *, z_streamp))
 
local int inflate_trees_fixed OF ((uIntf *, uIntf *, const inflate_huft *FAR *, const inflate_huft *FAR *, z_streamp))
 

Macro Definition Documentation

#define MANY   1440

Definition at line 36 of file inftrees.h.

Referenced by huft_build(), and inflate_blocks_new().

Typedef Documentation

Definition at line 17 of file inftrees.h.

Function Documentation