Go to the source code of this file.
Defines | |
| #define | DECR_OK (0) |
| #define | DECR_DATAFORMAT (1) |
| #define | DECR_ILLEGALDATA (2) |
| #define | DECR_NOMEMORY (3) |
Functions | |
| LZXstate * | LZXinit (int window) |
| void | LZXteardown (struct LZXstate *pState) |
| int | LZXreset (struct LZXstate *pState) |
| int | LZXdecompress (struct LZXstate *pState, unsigned char *inpos, unsigned char *outpos, int inlen, int outlen) |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.2