RetroArch
Classes | Macros | Typedefs | Functions
lzma.h File Reference
#include <stdint.h>
#include <LzmaEnc.h>
#include <LzmaDec.h>
#include <libchdr/libchdr_zlib.h>
Include dependency graph for lzma.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _lzma_allocator
 
struct  _lzma_codec_data
 
struct  _cdlz_codec_data
 

Macros

#define __LIBCHDR_LZMA_H__
 
#define MAX_LZMA_ALLOCS   64
 

Typedefs

typedef struct _lzma_allocator lzma_allocator
 
typedef struct _lzma_codec_data lzma_codec_data
 
typedef struct _cdlz_codec_data cdlz_codec_data
 

Functions

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)
 

Macro Definition Documentation

◆ __LIBCHDR_LZMA_H__

#define __LIBCHDR_LZMA_H__

◆ MAX_LZMA_ALLOCS

#define MAX_LZMA_ALLOCS   64

Typedef Documentation

◆ cdlz_codec_data

◆ lzma_allocator

◆ lzma_codec_data

Function Documentation

◆ cdlz_codec_decompress()

chd_error cdlz_codec_decompress ( void codec,
const uint8_t src,
uint32_t  complen,
uint8_t dest,
uint32_t  destlen 
)
Here is the call graph for this function:

◆ cdlz_codec_free()

void cdlz_codec_free ( void codec)
Here is the call graph for this function:

◆ cdlz_codec_init()

chd_error cdlz_codec_init ( void codec,
uint32_t  hunkbytes 
)
Here is the call graph for this function:

◆ lzma_codec_decompress()

chd_error lzma_codec_decompress ( void codec,
const uint8_t src,
uint32_t  complen,
uint8_t dest,
uint32_t  destlen 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ lzma_codec_free()

void lzma_codec_free ( void codec)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ lzma_codec_init()

chd_error lzma_codec_init ( void codec,
uint32_t  hunkbytes 
)
Here is the call graph for this function:
Here is the caller graph for this function: