ReactOS 0.4.16-dev-136-g52192f1
|
#include <zstd_compress_internal.h>
Public Attributes | |
const void * | dict |
size_t | dictSize |
ZSTD_dictContentType_e | dictContentType |
Definition at line 46 of file zstd_compress_internal.h.
Definition at line 47 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_refPrefix_advanced(), ZSTD_compressStream2(), and ZSTD_initLocalDict().
ZSTD_dictContentType_e ZSTD_prefixDict_s::dictContentType |
Definition at line 49 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_refPrefix_advanced(), and ZSTD_compressStream2().
size_t ZSTD_prefixDict_s::dictSize |
Definition at line 48 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_refPrefix_advanced(), and ZSTD_compressStream2().