Project Alice
Loading...
Searching...
No Matches
ZSTDMT_CCtx_s Struct Reference
Collaboration diagram for ZSTDMT_CCtx_s:

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
 

Detailed Description

Definition at line 850 of file zstdmt_compress.c.

Member Data Documentation

◆ allJobsCompleted

unsigned ZSTDMT_CCtx_s::allJobsCompleted

Definition at line 868 of file zstdmt_compress.c.

◆ bufPool

ZSTDMT_bufferPool* ZSTDMT_CCtx_s::bufPool

Definition at line 853 of file zstdmt_compress.c.

◆ cctxPool

ZSTDMT_CCtxPool* ZSTDMT_CCtx_s::cctxPool

Definition at line 854 of file zstdmt_compress.c.

◆ cdict

const ZSTD_CDict* ZSTDMT_CCtx_s::cdict

Definition at line 874 of file zstdmt_compress.c.

◆ cdictLocal

ZSTD_CDict* ZSTDMT_CCtx_s::cdictLocal

Definition at line 873 of file zstdmt_compress.c.

◆ cMem

ZSTD_customMem ZSTDMT_CCtx_s::cMem

Definition at line 872 of file zstdmt_compress.c.

◆ consumed

unsigned long long ZSTDMT_CCtx_s::consumed

Definition at line 870 of file zstdmt_compress.c.

◆ doneJobID

unsigned ZSTDMT_CCtx_s::doneJobID

Definition at line 865 of file zstdmt_compress.c.

◆ factory

POOL_ctx* ZSTDMT_CCtx_s::factory

Definition at line 851 of file zstdmt_compress.c.

◆ frameContentSize

unsigned long long ZSTDMT_CCtx_s::frameContentSize

Definition at line 869 of file zstdmt_compress.c.

◆ frameEnded

unsigned ZSTDMT_CCtx_s::frameEnded

Definition at line 867 of file zstdmt_compress.c.

◆ inBuff

inBuff_t ZSTDMT_CCtx_s::inBuff

Definition at line 860 of file zstdmt_compress.c.

◆ jobIDMask

unsigned ZSTDMT_CCtx_s::jobIDMask

Definition at line 864 of file zstdmt_compress.c.

◆ jobReady

int ZSTDMT_CCtx_s::jobReady

Definition at line 859 of file zstdmt_compress.c.

◆ jobs

ZSTDMT_jobDescription* ZSTDMT_CCtx_s::jobs

Definition at line 852 of file zstdmt_compress.c.

◆ nextJobID

unsigned ZSTDMT_CCtx_s::nextJobID

Definition at line 866 of file zstdmt_compress.c.

◆ params

ZSTD_CCtx_params ZSTDMT_CCtx_s::params

Definition at line 856 of file zstdmt_compress.c.

◆ produced

unsigned long long ZSTDMT_CCtx_s::produced

Definition at line 871 of file zstdmt_compress.c.

◆ providedFactory

unsigned ZSTDMT_CCtx_s::providedFactory

Definition at line 875 of file zstdmt_compress.c.

◆ roundBuff

roundBuff_t ZSTDMT_CCtx_s::roundBuff

Definition at line 861 of file zstdmt_compress.c.

◆ rsync

rsyncState_t ZSTDMT_CCtx_s::rsync

Definition at line 863 of file zstdmt_compress.c.

◆ seqPool

ZSTDMT_seqPool* ZSTDMT_CCtx_s::seqPool

Definition at line 855 of file zstdmt_compress.c.

◆ serial

serialState_t ZSTDMT_CCtx_s::serial

Definition at line 862 of file zstdmt_compress.c.

◆ targetPrefixSize

size_t ZSTDMT_CCtx_s::targetPrefixSize

Definition at line 858 of file zstdmt_compress.c.

◆ targetSectionSize

size_t ZSTDMT_CCtx_s::targetSectionSize

Definition at line 857 of file zstdmt_compress.c.


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