ReactOS 0.4.16-dev-329-g9223134
|
#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.
Referenced by ZSTD_clearAllDicts(), ZSTD_initLocalDict(), and ZSTD_sizeof_localDict().
Definition at line 54 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_loadDictionary_advanced(), and ZSTD_initLocalDict().
void* ZSTD_localDict::dictBuffer |
Definition at line 53 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_loadDictionary_advanced(), ZSTD_clearAllDicts(), ZSTD_initLocalDict(), and ZSTD_sizeof_localDict().
ZSTD_dictContentType_e ZSTD_localDict::dictContentType |
Definition at line 56 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_loadDictionary_advanced(), and ZSTD_initLocalDict().
size_t ZSTD_localDict::dictSize |
Definition at line 55 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_loadDictionary_advanced(), ZSTD_initLocalDict(), and ZSTD_sizeof_localDict().