RetroArch
Macros | Functions
libchdr_zlib.c File Reference
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <libchdr/chd.h>
#include <libchdr/minmax.h>
#include <libchdr/cdrom.h>
#include <libchdr/huffman.h>
#include <libchdr/libchdr_zlib.h>
#include <zlib.h>
#include <retro_inline.h>
#include <streams/file_stream.h>
Include dependency graph for libchdr_zlib.c:

Macros

#define TRUE   1
 
#define FALSE   0
 

Functions

chd_error cdzl_codec_init (void *codec, uint32_t hunkbytes)
 
void cdzl_codec_free (void *codec)
 
chd_error cdzl_codec_decompress (void *codec, const uint8_t *src, uint32_t complen, uint8_t *dest, uint32_t destlen)
 
chd_error zlib_codec_init (void *codec, uint32_t hunkbytes)
 
void zlib_codec_free (void *codec)
 
chd_error zlib_codec_decompress (void *codec, const uint8_t *src, uint32_t complen, uint8_t *dest, uint32_t destlen)
 
voidpf zlib_fast_alloc (voidpf opaque, uInt items, uInt size)
 
void zlib_fast_free (voidpf opaque, voidpf address)
 

Macro Definition Documentation

◆ FALSE

#define FALSE   0

◆ TRUE

#define TRUE   1

Function Documentation

◆ cdzl_codec_decompress()

chd_error cdzl_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:

◆ cdzl_codec_free()

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

◆ cdzl_codec_init()

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

◆ zlib_codec_decompress()

chd_error zlib_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:

◆ zlib_codec_free()

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

◆ zlib_codec_init()

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

◆ zlib_fast_alloc()

voidpf zlib_fast_alloc ( voidpf  opaque,
uInt  items,
uInt  size 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ zlib_fast_free()

void zlib_fast_free ( voidpf  opaque,
voidpf  address 
)
Here is the caller graph for this function: