Linux Kernel
3.7.1
|
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) |
#define ENOUGH 2048 |
Definition at line 46 of file inftrees.h.
#define MAXD 592 |
Definition at line 47 of file inftrees.h.
enum codetype |
Definition at line 50 of file inftrees.h.