Go to the source code of this file.
Data Structures |
struct | code |
Defines |
#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)) |
Define Documentation
#define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS) |
Enumeration Type Documentation
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) |
| ) |
|