#include <stdint.h>
#include <LzmaEnc.h>
#include <LzmaDec.h>
#include <libchdr/libchdr_zlib.h>
Go to the source code of this file.
|
chd_error | lzma_codec_init (void *codec, uint32_t hunkbytes) |
|
void | lzma_codec_free (void *codec) |
|
chd_error | lzma_codec_decompress (void *codec, const uint8_t *src, uint32_t complen, uint8_t *dest, uint32_t destlen) |
|
chd_error | cdlz_codec_init (void *codec, uint32_t hunkbytes) |
|
void | cdlz_codec_free (void *codec) |
|
chd_error | cdlz_codec_decompress (void *codec, const uint8_t *src, uint32_t complen, uint8_t *dest, uint32_t destlen) |
|
◆ __LIBCHDR_LZMA_H__
#define __LIBCHDR_LZMA_H__ |
◆ MAX_LZMA_ALLOCS
#define MAX_LZMA_ALLOCS 64 |
◆ cdlz_codec_data
◆ lzma_allocator
◆ lzma_codec_data
◆ cdlz_codec_decompress()
◆ cdlz_codec_free()
◆ cdlz_codec_init()
◆ lzma_codec_decompress()
◆ lzma_codec_free()
◆ lzma_codec_init()