Project Alice
|
Public Attributes | |
POOL_ctx * | factory |
ZSTDMT_jobDescription * | jobs |
ZSTDMT_bufferPool * | bufPool |
ZSTDMT_CCtxPool * | cctxPool |
ZSTDMT_seqPool * | seqPool |
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_CDict * | cdictLocal |
const ZSTD_CDict * | cdict |
unsigned | providedFactory: 1 |
Definition at line 850 of file zstdmt_compress.c.
unsigned ZSTDMT_CCtx_s::allJobsCompleted |
Definition at line 868 of file zstdmt_compress.c.
ZSTDMT_bufferPool* ZSTDMT_CCtx_s::bufPool |
Definition at line 853 of file zstdmt_compress.c.
ZSTDMT_CCtxPool* ZSTDMT_CCtx_s::cctxPool |
Definition at line 854 of file zstdmt_compress.c.
const ZSTD_CDict* ZSTDMT_CCtx_s::cdict |
Definition at line 874 of file zstdmt_compress.c.
ZSTD_CDict* ZSTDMT_CCtx_s::cdictLocal |
Definition at line 873 of file zstdmt_compress.c.
ZSTD_customMem ZSTDMT_CCtx_s::cMem |
Definition at line 872 of file zstdmt_compress.c.
unsigned long long ZSTDMT_CCtx_s::consumed |
Definition at line 870 of file zstdmt_compress.c.
unsigned ZSTDMT_CCtx_s::doneJobID |
Definition at line 865 of file zstdmt_compress.c.
POOL_ctx* ZSTDMT_CCtx_s::factory |
Definition at line 851 of file zstdmt_compress.c.
unsigned long long ZSTDMT_CCtx_s::frameContentSize |
Definition at line 869 of file zstdmt_compress.c.
unsigned ZSTDMT_CCtx_s::frameEnded |
Definition at line 867 of file zstdmt_compress.c.
inBuff_t ZSTDMT_CCtx_s::inBuff |
Definition at line 860 of file zstdmt_compress.c.
unsigned ZSTDMT_CCtx_s::jobIDMask |
Definition at line 864 of file zstdmt_compress.c.
int ZSTDMT_CCtx_s::jobReady |
Definition at line 859 of file zstdmt_compress.c.
ZSTDMT_jobDescription* ZSTDMT_CCtx_s::jobs |
Definition at line 852 of file zstdmt_compress.c.
unsigned ZSTDMT_CCtx_s::nextJobID |
Definition at line 866 of file zstdmt_compress.c.
ZSTD_CCtx_params ZSTDMT_CCtx_s::params |
Definition at line 856 of file zstdmt_compress.c.
unsigned long long ZSTDMT_CCtx_s::produced |
Definition at line 871 of file zstdmt_compress.c.
unsigned ZSTDMT_CCtx_s::providedFactory |
Definition at line 875 of file zstdmt_compress.c.
roundBuff_t ZSTDMT_CCtx_s::roundBuff |
Definition at line 861 of file zstdmt_compress.c.
rsyncState_t ZSTDMT_CCtx_s::rsync |
Definition at line 863 of file zstdmt_compress.c.
ZSTDMT_seqPool* ZSTDMT_CCtx_s::seqPool |
Definition at line 855 of file zstdmt_compress.c.
serialState_t ZSTDMT_CCtx_s::serial |
Definition at line 862 of file zstdmt_compress.c.
size_t ZSTDMT_CCtx_s::targetPrefixSize |
Definition at line 858 of file zstdmt_compress.c.
size_t ZSTDMT_CCtx_s::targetSectionSize |
Definition at line 857 of file zstdmt_compress.c.