58#define ENOUGH_LENS 852
59#define ENOUGH_DISTS 592
60#define ENOUGH (ENOUGH_LENS+ENOUGH_DISTS)
70int ZLIB_INTERNAL inflate_table (
codetype type,
unsigned short* lens,
71 unsigned codes,
code** table,
72 unsigned* bits,
unsigned short* work);
codetype
Type of code to build for inflate_table()
Definition inftrees.h:64
Structure for decoding tables.
Definition inftrees.h:28
unsigned char op
operation, extra bits, table bits
Definition inftrees.h:29
unsigned char bits
bits in this part of the code
Definition inftrees.h:30
unsigned short val
offset in table or code value
Definition inftrees.h:31