ToolDAQFramework
|
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 | blockSizeMax |
unsigned long long | pledgedSrcSizePlusOne |
unsigned long long | consumedSrcSize |
unsigned long long | producedCSize |
XXH64_state_t | xxhState |
ZSTD_customMem | customMem |
ZSTD_threadPool * | pool |
size_t | staticSize |
SeqCollector | seqCollector |
int | isFirstBlock |
int | initialized |
SeqStore_t | seqStore |
ldmState_t | ldmState |
rawSeq * | ldmSequences |
size_t | maxNbLdmSequences |
RawSeqStore_t | externSeqStore |
ZSTD_blockState_t | blockState |
void * | tmpWorkspace |
size_t | tmpWkspSize |
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_CDict * | cdict |
ZSTD_prefixDict | prefixDict |
ZSTDMT_CCtx * | mtctx |
ZSTD_blockSplitCtx | blockSplitCtx |
ZSTD_Sequence * | extSeqBuf |
size_t | extSeqBufCapacity |