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

Public Attributes

POOL_ctxfactory
 
ZSTDMT_jobDescriptionjobs
 
ZSTDMT_bufferPoolbufPool
 
ZSTDMT_CCtxPoolcctxPool
 
ZSTDMT_seqPoolseqPool
 
ZSTD_CCtx_params params
 
size_t targetSectionSize
 
size_t targetPrefixSize
 
int jobReady
 
inBuff_t inBuff
 
roundBuff_t roundBuff
 
serialState_t serial
 
rsyncState_t rsync
 
unsigned jobIDMask
 
unsigned doneJobID
 
unsigned nextJobID
 
unsigned frameEnded
 
unsigned allJobsCompleted
 
unsigned long long frameContentSize
 
unsigned long long consumed
 
unsigned long long produced
 
ZSTD_customMem cMem
 
ZSTD_CDictcdictLocal
 
const ZSTD_CDictcdict
 
unsigned providedFactory: 1
 

Member Data Documentation

◆ allJobsCompleted

unsigned ZSTDMT_CCtx_s::allJobsCompleted

◆ bufPool

ZSTDMT_bufferPool* ZSTDMT_CCtx_s::bufPool

◆ cctxPool

ZSTDMT_CCtxPool* ZSTDMT_CCtx_s::cctxPool

◆ cdict

const ZSTD_CDict* ZSTDMT_CCtx_s::cdict

◆ cdictLocal

ZSTD_CDict* ZSTDMT_CCtx_s::cdictLocal

◆ cMem

ZSTD_customMem ZSTDMT_CCtx_s::cMem

◆ consumed

unsigned long long ZSTDMT_CCtx_s::consumed

◆ doneJobID

unsigned ZSTDMT_CCtx_s::doneJobID

◆ factory

POOL_ctx* ZSTDMT_CCtx_s::factory

◆ frameContentSize

unsigned long long ZSTDMT_CCtx_s::frameContentSize

◆ frameEnded

unsigned ZSTDMT_CCtx_s::frameEnded

◆ inBuff

inBuff_t ZSTDMT_CCtx_s::inBuff

◆ jobIDMask

unsigned ZSTDMT_CCtx_s::jobIDMask

◆ jobReady

int ZSTDMT_CCtx_s::jobReady

◆ jobs

ZSTDMT_jobDescription* ZSTDMT_CCtx_s::jobs

◆ nextJobID

unsigned ZSTDMT_CCtx_s::nextJobID

◆ params

ZSTD_CCtx_params ZSTDMT_CCtx_s::params

◆ produced

unsigned long long ZSTDMT_CCtx_s::produced

◆ providedFactory

unsigned ZSTDMT_CCtx_s::providedFactory

◆ roundBuff

roundBuff_t ZSTDMT_CCtx_s::roundBuff

◆ rsync

rsyncState_t ZSTDMT_CCtx_s::rsync

◆ seqPool

ZSTDMT_seqPool* ZSTDMT_CCtx_s::seqPool

◆ serial

serialState_t ZSTDMT_CCtx_s::serial

◆ targetPrefixSize

size_t ZSTDMT_CCtx_s::targetPrefixSize

◆ targetSectionSize

size_t ZSTDMT_CCtx_s::targetSectionSize

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