Go to the source code of this file.
Defines | |
| #define | BITS 16 |
| #define | INIT_BITS 9 |
| #define | LZW_MAGIC "\037\235" |
| #define | BIT_MASK 0x1f |
| #define | BLOCK_MODE 0x80 |
| #define | LZW_RESERVED 0x60 |
| #define | CLEAR 256 |
| #define | FIRST (CLEAR+1) |
Functions | |
| int lzw | OF ((int in, int out)) |
Variables | |
| int | maxbits |
|
|
Definition at line 30 of file lzw.h. Referenced by unlzw(). |
|
|
|
|
|
Definition at line 40 of file lzw.h. Referenced by unlzw(). |
|
|
Definition at line 47 of file lzw.h. Referenced by unlzw(). |
|
|
Definition at line 48 of file lzw.h. Referenced by unlzw(). |
|
|
Definition at line 26 of file lzw.h. Referenced by unlzw(). |
|
|
Definition at line 28 of file lzw.h. Referenced by get_method(). |
|
|
Definition at line 45 of file lzw.h. Referenced by unlzw(). |
|
|
|
|
|
Definition at line 197 of file gzip.c. Referenced by unlzw(). |