Go to the source code of this file.
|
#define | DECOMPRESS_APLIB_FULL_USE_ASM 0 |
| Set to 0 to disable assembly implementation of the full decoder.
|
|
#define | DECOMPRESS_APLIB_STATE_SIZE 348 |
| Size of APLIB decompressor state.
|
|
|
void | decompress_aplib_init (void *state, int fd, int winsize) |
| Initialize APLIB decompressor.
|
|
ssize_t | decompress_aplib_read (void *state, void *buf, size_t len) |
| Read decompressed data from APLIB decompressor.
|
|
void | decompress_aplib_reset (void *state) |
| Reset APLIB decompressor state.
|
|
void * | decompress_aplib_full (const char *fn, int fd, size_t cmp_size, size_t size) |
| Decompress entire APLIB file.
|
|