Conscience Core
Public Attributes | List of all members
ZSTD_CCtx_params_s Struct Reference

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
 
int useSequenceProducer
 
size_t maxBlockSize
 
ZSTD_paramSwitch_e searchForExternalRepcodes
 

Member Data Documentation

◆ attachDictPref

ZSTD_dictAttachPref_e ZSTD_CCtx_params_s::attachDictPref

◆ blockDelimiters

ZSTD_sequenceFormat_e ZSTD_CCtx_params_s::blockDelimiters

◆ compressionLevel

int ZSTD_CCtx_params_s::compressionLevel

◆ cParams

ZSTD_compressionParameters ZSTD_CCtx_params_s::cParams

◆ customMem

ZSTD_customMem ZSTD_CCtx_params_s::customMem

◆ deterministicRefPrefix

int ZSTD_CCtx_params_s::deterministicRefPrefix

◆ enableDedicatedDictSearch

int ZSTD_CCtx_params_s::enableDedicatedDictSearch

◆ enableMatchFinderFallback

int ZSTD_CCtx_params_s::enableMatchFinderFallback

◆ forceWindow

int ZSTD_CCtx_params_s::forceWindow

◆ format

ZSTD_format_e ZSTD_CCtx_params_s::format

◆ fParams

ZSTD_frameParameters ZSTD_CCtx_params_s::fParams

◆ inBufferMode

ZSTD_bufferMode_e ZSTD_CCtx_params_s::inBufferMode

◆ jobSize

size_t ZSTD_CCtx_params_s::jobSize

◆ ldmParams

ldmParams_t ZSTD_CCtx_params_s::ldmParams

◆ literalCompressionMode

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::literalCompressionMode

◆ maxBlockSize

size_t ZSTD_CCtx_params_s::maxBlockSize

◆ nbWorkers

int ZSTD_CCtx_params_s::nbWorkers

◆ outBufferMode

ZSTD_bufferMode_e ZSTD_CCtx_params_s::outBufferMode

◆ overlapLog

int ZSTD_CCtx_params_s::overlapLog

◆ prefetchCDictTables

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::prefetchCDictTables

◆ rsyncable

int ZSTD_CCtx_params_s::rsyncable

◆ searchForExternalRepcodes

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::searchForExternalRepcodes

◆ srcSizeHint

int ZSTD_CCtx_params_s::srcSizeHint

◆ targetCBlockSize

size_t ZSTD_CCtx_params_s::targetCBlockSize

◆ useBlockSplitter

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::useBlockSplitter

◆ useRowMatchFinder

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::useRowMatchFinder

◆ useSequenceProducer

int ZSTD_CCtx_params_s::useSequenceProducer

◆ validateSequences

int ZSTD_CCtx_params_s::validateSequences

The documentation for this struct was generated from the following file: