Project Alice
Loading...
Searching...
No Matches
ZSTD_CCtx_params_s Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for ZSTD_CCtx_params_s:

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
 

Detailed Description

Definition at line 301 of file zstd_compress_internal.h.

Member Data Documentation

◆ attachDictPref

ZSTD_dictAttachPref_e ZSTD_CCtx_params_s::attachDictPref

Definition at line 316 of file zstd_compress_internal.h.

◆ blockDelimiters

ZSTD_sequenceFormat_e ZSTD_CCtx_params_s::blockDelimiters

Definition at line 336 of file zstd_compress_internal.h.

◆ compressionLevel

int ZSTD_CCtx_params_s::compressionLevel

Definition at line 306 of file zstd_compress_internal.h.

◆ cParams

ZSTD_compressionParameters ZSTD_CCtx_params_s::cParams

Definition at line 303 of file zstd_compress_internal.h.

◆ customMem

ZSTD_customMem ZSTD_CCtx_params_s::customMem

Definition at line 349 of file zstd_compress_internal.h.

◆ deterministicRefPrefix

int ZSTD_CCtx_params_s::deterministicRefPrefix

Definition at line 346 of file zstd_compress_internal.h.

◆ enableDedicatedDictSearch

int ZSTD_CCtx_params_s::enableDedicatedDictSearch

Definition at line 329 of file zstd_compress_internal.h.

◆ enableMatchFinderFallback

int ZSTD_CCtx_params_s::enableMatchFinderFallback

Definition at line 356 of file zstd_compress_internal.h.

◆ extSeqProdFunc

ZSTD_sequenceProducer_F ZSTD_CCtx_params_s::extSeqProdFunc

Definition at line 362 of file zstd_compress_internal.h.

◆ extSeqProdState

void* ZSTD_CCtx_params_s::extSeqProdState

Definition at line 361 of file zstd_compress_internal.h.

◆ forceWindow

int ZSTD_CCtx_params_s::forceWindow

Definition at line 307 of file zstd_compress_internal.h.

◆ format

ZSTD_format_e ZSTD_CCtx_params_s::format

Definition at line 302 of file zstd_compress_internal.h.

◆ fParams

ZSTD_frameParameters ZSTD_CCtx_params_s::fParams

Definition at line 304 of file zstd_compress_internal.h.

◆ inBufferMode

ZSTD_bufferMode_e ZSTD_CCtx_params_s::inBufferMode

Definition at line 332 of file zstd_compress_internal.h.

◆ jobSize

size_t ZSTD_CCtx_params_s::jobSize

Definition at line 321 of file zstd_compress_internal.h.

◆ ldmParams

ldmParams_t ZSTD_CCtx_params_s::ldmParams

Definition at line 326 of file zstd_compress_internal.h.

◆ literalCompressionMode

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::literalCompressionMode

Definition at line 317 of file zstd_compress_internal.h.

◆ maxBlockSize

size_t ZSTD_CCtx_params_s::maxBlockSize

Definition at line 365 of file zstd_compress_internal.h.

◆ nbWorkers

int ZSTD_CCtx_params_s::nbWorkers

Definition at line 320 of file zstd_compress_internal.h.

◆ outBufferMode

ZSTD_bufferMode_e ZSTD_CCtx_params_s::outBufferMode

Definition at line 333 of file zstd_compress_internal.h.

◆ overlapLog

int ZSTD_CCtx_params_s::overlapLog

Definition at line 322 of file zstd_compress_internal.h.

◆ prefetchCDictTables

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::prefetchCDictTables

Definition at line 352 of file zstd_compress_internal.h.

◆ rsyncable

int ZSTD_CCtx_params_s::rsyncable

Definition at line 323 of file zstd_compress_internal.h.

◆ searchForExternalRepcodes

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::searchForExternalRepcodes

Definition at line 368 of file zstd_compress_internal.h.

◆ srcSizeHint

int ZSTD_CCtx_params_s::srcSizeHint

Definition at line 312 of file zstd_compress_internal.h.

◆ targetCBlockSize

size_t ZSTD_CCtx_params_s::targetCBlockSize

Definition at line 309 of file zstd_compress_internal.h.

◆ useBlockSplitter

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::useBlockSplitter

Definition at line 340 of file zstd_compress_internal.h.

◆ useRowMatchFinder

ZSTD_paramSwitch_e ZSTD_CCtx_params_s::useRowMatchFinder

Definition at line 343 of file zstd_compress_internal.h.

◆ validateSequences

int ZSTD_CCtx_params_s::validateSequences

Definition at line 337 of file zstd_compress_internal.h.


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