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

Public Attributes

ZSTD_compressionStage_e stage
 
int cParamsChanged
 
int bmi2
 
ZSTD_CCtx_params requestedParams
 
ZSTD_CCtx_params appliedParams
 
ZSTD_CCtx_params simpleApiParams
 
U32 dictID
 
size_t dictContentSize
 
ZSTD_cwksp workspace
 
size_t blockSize
 
unsigned long long pledgedSrcSizePlusOne
 
unsigned long long consumedSrcSize
 
unsigned long long producedCSize
 
XXH64_state_t xxhState
 
ZSTD_customMem customMem
 
ZSTD_threadPoolpool
 
size_t staticSize
 
SeqCollector seqCollector
 
int isFirstBlock
 
int initialized
 
seqStore_t seqStore
 
ldmState_t ldmState
 
rawSeqldmSequences
 
size_t maxNbLdmSequences
 
rawSeqStore_t externSeqStore
 
ZSTD_blockState_t blockState
 
U32entropyWorkspace
 
ZSTD_buffered_policy_e bufferedPolicy
 
char * inBuff
 
size_t inBuffSize
 
size_t inToCompress
 
size_t inBuffPos
 
size_t inBuffTarget
 
char * outBuff
 
size_t outBuffSize
 
size_t outBuffContentSize
 
size_t outBuffFlushedSize
 
ZSTD_cStreamStage streamStage
 
U32 frameEnded
 
ZSTD_inBuffer expectedInBuffer
 
size_t stableIn_notConsumed
 
size_t expectedOutBufferSize
 
ZSTD_localDict localDict
 
const ZSTD_CDictcdict
 
ZSTD_prefixDict prefixDict
 
ZSTDMT_CCtxmtctx
 
ZSTD_blockSplitCtx blockSplitCtx
 
ZSTD_externalMatchCtx externalMatchCtx
 

Member Data Documentation

◆ appliedParams

ZSTD_CCtx_params ZSTD_CCtx_s::appliedParams

◆ blockSize

size_t ZSTD_CCtx_s::blockSize

◆ blockSplitCtx

ZSTD_blockSplitCtx ZSTD_CCtx_s::blockSplitCtx

◆ blockState

ZSTD_blockState_t ZSTD_CCtx_s::blockState

◆ bmi2

int ZSTD_CCtx_s::bmi2

◆ bufferedPolicy

ZSTD_buffered_policy_e ZSTD_CCtx_s::bufferedPolicy

◆ cdict

const ZSTD_CDict* ZSTD_CCtx_s::cdict

◆ consumedSrcSize

unsigned long long ZSTD_CCtx_s::consumedSrcSize

◆ cParamsChanged

int ZSTD_CCtx_s::cParamsChanged

◆ customMem

ZSTD_customMem ZSTD_CCtx_s::customMem

◆ dictContentSize

size_t ZSTD_CCtx_s::dictContentSize

◆ dictID

U32 ZSTD_CCtx_s::dictID

◆ entropyWorkspace

U32* ZSTD_CCtx_s::entropyWorkspace

◆ expectedInBuffer

ZSTD_inBuffer ZSTD_CCtx_s::expectedInBuffer

◆ expectedOutBufferSize

size_t ZSTD_CCtx_s::expectedOutBufferSize

◆ externalMatchCtx

ZSTD_externalMatchCtx ZSTD_CCtx_s::externalMatchCtx

◆ externSeqStore

rawSeqStore_t ZSTD_CCtx_s::externSeqStore

◆ frameEnded

U32 ZSTD_CCtx_s::frameEnded

◆ inBuff

char* ZSTD_CCtx_s::inBuff

◆ inBuffPos

size_t ZSTD_CCtx_s::inBuffPos

◆ inBuffSize

size_t ZSTD_CCtx_s::inBuffSize

◆ inBuffTarget

size_t ZSTD_CCtx_s::inBuffTarget

◆ initialized

int ZSTD_CCtx_s::initialized

◆ inToCompress

size_t ZSTD_CCtx_s::inToCompress

◆ isFirstBlock

int ZSTD_CCtx_s::isFirstBlock

◆ ldmSequences

rawSeq* ZSTD_CCtx_s::ldmSequences

◆ ldmState

ldmState_t ZSTD_CCtx_s::ldmState

◆ localDict

ZSTD_localDict ZSTD_CCtx_s::localDict

◆ maxNbLdmSequences

size_t ZSTD_CCtx_s::maxNbLdmSequences

◆ mtctx

ZSTDMT_CCtx* ZSTD_CCtx_s::mtctx

◆ outBuff

char* ZSTD_CCtx_s::outBuff

◆ outBuffContentSize

size_t ZSTD_CCtx_s::outBuffContentSize

◆ outBuffFlushedSize

size_t ZSTD_CCtx_s::outBuffFlushedSize

◆ outBuffSize

size_t ZSTD_CCtx_s::outBuffSize

◆ pledgedSrcSizePlusOne

unsigned long long ZSTD_CCtx_s::pledgedSrcSizePlusOne

◆ pool

ZSTD_threadPool* ZSTD_CCtx_s::pool

◆ prefixDict

ZSTD_prefixDict ZSTD_CCtx_s::prefixDict

◆ producedCSize

unsigned long long ZSTD_CCtx_s::producedCSize

◆ requestedParams

ZSTD_CCtx_params ZSTD_CCtx_s::requestedParams

◆ seqCollector

SeqCollector ZSTD_CCtx_s::seqCollector

◆ seqStore

seqStore_t ZSTD_CCtx_s::seqStore

◆ simpleApiParams

ZSTD_CCtx_params ZSTD_CCtx_s::simpleApiParams

◆ stableIn_notConsumed

size_t ZSTD_CCtx_s::stableIn_notConsumed

◆ stage

ZSTD_compressionStage_e ZSTD_CCtx_s::stage

◆ staticSize

size_t ZSTD_CCtx_s::staticSize

◆ streamStage

ZSTD_cStreamStage ZSTD_CCtx_s::streamStage

◆ workspace

ZSTD_cwksp ZSTD_CCtx_s::workspace

◆ xxhState

XXH64_state_t ZSTD_CCtx_s::xxhState

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