#include <stdint.h>
#include <zlib.h>
#include "coretypes.h"
#include "chd.h"
Go to the source code of this file.
|
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) |
|
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) |
|
◆ __LIBCHDR_ZLIB_H__
#define __LIBCHDR_ZLIB_H__ |
◆ MAX_ZLIB_ALLOCS
#define MAX_ZLIB_ALLOCS 64 |
◆ cdzl_codec_data
◆ zlib_allocator
◆ zlib_codec_data
◆ cdzl_codec_decompress()
◆ cdzl_codec_free()
◆ cdzl_codec_init()
◆ zlib_codec_decompress()
◆ zlib_codec_free()
◆ zlib_codec_init()
◆ zlib_fast_alloc()
◆ zlib_fast_free()