Project Alice
|
#include <zstd_compress_internal.h>
Public Attributes | |
void * | dictBuffer |
void const * | dict |
size_t | dictSize |
ZSTD_dictContentType_e | dictContentType |
ZSTD_CDict * | cdict |
Definition at line 52 of file zstd_compress_internal.h.
ZSTD_CDict* ZSTD_localDict::cdict |
Definition at line 57 of file zstd_compress_internal.h.
void const* ZSTD_localDict::dict |
Definition at line 54 of file zstd_compress_internal.h.
void* ZSTD_localDict::dictBuffer |
Definition at line 53 of file zstd_compress_internal.h.
ZSTD_dictContentType_e ZSTD_localDict::dictContentType |
Definition at line 56 of file zstd_compress_internal.h.
size_t ZSTD_localDict::dictSize |
Definition at line 55 of file zstd_compress_internal.h.