ReactOS 0.4.16-dev-125-g798ea90
|
#include <zstd_compress_internal.h>
Public Attributes | |
ZSTD_format_e | format |
ZSTD_compressionParameters | cParams |
ZSTD_frameParameters | fParams |
int | compressionLevel |
int | forceWindow |
size_t | targetCBlockSize |
int | srcSizeHint |
ZSTD_dictAttachPref_e | attachDictPref |
ZSTD_literalCompressionMode_e | literalCompressionMode |
int | nbWorkers |
size_t | jobSize |
int | overlapLog |
int | rsyncable |
ldmParams_t | ldmParams |
ZSTD_customMem | customMem |
Definition at line 198 of file zstd_compress_internal.h.
ZSTD_dictAttachPref_e ZSTD_CCtx_params_s::attachDictPref |
Definition at line 213 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::compressionLevel |
Definition at line 203 of file zstd_compress_internal.h.
ZSTD_compressionParameters ZSTD_CCtx_params_s::cParams |
Definition at line 200 of file zstd_compress_internal.h.
ZSTD_customMem ZSTD_CCtx_params_s::customMem |
Definition at line 226 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::forceWindow |
Definition at line 204 of file zstd_compress_internal.h.
ZSTD_format_e ZSTD_CCtx_params_s::format |
Definition at line 199 of file zstd_compress_internal.h.
ZSTD_frameParameters ZSTD_CCtx_params_s::fParams |
Definition at line 201 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_params_s::jobSize |
Definition at line 218 of file zstd_compress_internal.h.
ldmParams_t ZSTD_CCtx_params_s::ldmParams |
Definition at line 223 of file zstd_compress_internal.h.
ZSTD_literalCompressionMode_e ZSTD_CCtx_params_s::literalCompressionMode |
Definition at line 214 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::nbWorkers |
Definition at line 217 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::overlapLog |
Definition at line 219 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::rsyncable |
Definition at line 220 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::srcSizeHint |
Definition at line 209 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_params_s::targetCBlockSize |
Definition at line 206 of file zstd_compress_internal.h.