ReactOS
0.4.15-dev-1638-gc0caa5c
|
#include <zstd_compress_internal.h>
Public Attributes | |
const void * | dict |
size_t | dictSize |
ZSTD_dictContentType_e | dictContentType |
Definition at line 57 of file zstd_compress_internal.h.
Definition at line 58 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_refPrefix_advanced(), and ZSTD_compress_generic().
ZSTD_dictContentType_e ZSTD_prefixDict_s::dictContentType |
Definition at line 60 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_refPrefix_advanced(), and ZSTD_compress_generic().
size_t ZSTD_prefixDict_s::dictSize |
Definition at line 59 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_refPrefix_advanced(), and ZSTD_compress_generic().