Project Alice
|
#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_paramSwitch_e | literalCompressionMode |
int | nbWorkers |
size_t | jobSize |
int | overlapLog |
int | rsyncable |
ldmParams_t | ldmParams |
int | enableDedicatedDictSearch |
ZSTD_bufferMode_e | inBufferMode |
ZSTD_bufferMode_e | outBufferMode |
ZSTD_sequenceFormat_e | blockDelimiters |
int | validateSequences |
ZSTD_paramSwitch_e | useBlockSplitter |
ZSTD_paramSwitch_e | useRowMatchFinder |
int | deterministicRefPrefix |
ZSTD_customMem | customMem |
ZSTD_paramSwitch_e | prefetchCDictTables |
int | enableMatchFinderFallback |
void * | extSeqProdState |
ZSTD_sequenceProducer_F | extSeqProdFunc |
size_t | maxBlockSize |
ZSTD_paramSwitch_e | searchForExternalRepcodes |
Definition at line 301 of file zstd_compress_internal.h.
ZSTD_dictAttachPref_e ZSTD_CCtx_params_s::attachDictPref |
Definition at line 316 of file zstd_compress_internal.h.
ZSTD_sequenceFormat_e ZSTD_CCtx_params_s::blockDelimiters |
Definition at line 336 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::compressionLevel |
Definition at line 306 of file zstd_compress_internal.h.
ZSTD_compressionParameters ZSTD_CCtx_params_s::cParams |
Definition at line 303 of file zstd_compress_internal.h.
ZSTD_customMem ZSTD_CCtx_params_s::customMem |
Definition at line 349 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::deterministicRefPrefix |
Definition at line 346 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::enableDedicatedDictSearch |
Definition at line 329 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::enableMatchFinderFallback |
Definition at line 356 of file zstd_compress_internal.h.
ZSTD_sequenceProducer_F ZSTD_CCtx_params_s::extSeqProdFunc |
Definition at line 362 of file zstd_compress_internal.h.
void* ZSTD_CCtx_params_s::extSeqProdState |
Definition at line 361 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::forceWindow |
Definition at line 307 of file zstd_compress_internal.h.
ZSTD_format_e ZSTD_CCtx_params_s::format |
Definition at line 302 of file zstd_compress_internal.h.
ZSTD_frameParameters ZSTD_CCtx_params_s::fParams |
Definition at line 304 of file zstd_compress_internal.h.
ZSTD_bufferMode_e ZSTD_CCtx_params_s::inBufferMode |
Definition at line 332 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_params_s::jobSize |
Definition at line 321 of file zstd_compress_internal.h.
ldmParams_t ZSTD_CCtx_params_s::ldmParams |
Definition at line 326 of file zstd_compress_internal.h.
ZSTD_paramSwitch_e ZSTD_CCtx_params_s::literalCompressionMode |
Definition at line 317 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_params_s::maxBlockSize |
Definition at line 365 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::nbWorkers |
Definition at line 320 of file zstd_compress_internal.h.
ZSTD_bufferMode_e ZSTD_CCtx_params_s::outBufferMode |
Definition at line 333 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::overlapLog |
Definition at line 322 of file zstd_compress_internal.h.
ZSTD_paramSwitch_e ZSTD_CCtx_params_s::prefetchCDictTables |
Definition at line 352 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::rsyncable |
Definition at line 323 of file zstd_compress_internal.h.
ZSTD_paramSwitch_e ZSTD_CCtx_params_s::searchForExternalRepcodes |
Definition at line 368 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::srcSizeHint |
Definition at line 312 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_params_s::targetCBlockSize |
Definition at line 309 of file zstd_compress_internal.h.
ZSTD_paramSwitch_e ZSTD_CCtx_params_s::useBlockSplitter |
Definition at line 340 of file zstd_compress_internal.h.
ZSTD_paramSwitch_e ZSTD_CCtx_params_s::useRowMatchFinder |
Definition at line 343 of file zstd_compress_internal.h.
int ZSTD_CCtx_params_s::validateSequences |
Definition at line 337 of file zstd_compress_internal.h.