Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
ZSTD_CCtx_s Struct Reference

#include <zstd_compress_internal.h>

Data Fields

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_threadPool * pool
 
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 expectedOutBufferSize
 
ZSTD_localDict localDict
 
const ZSTD_CDictcdict
 
ZSTD_prefixDict prefixDict
 
ZSTD_blockSplitCtx blockSplitCtx
 
size_t stableIn_notConsumed
 
ZSTD_externalMatchCtx externalMatchCtx
 
ZSTD_Sequence * extSeqBuf
 
size_t extSeqBufCapacity
 

Field Documentation

◆ appliedParams

ZSTD_CCtx_params appliedParams

◆ blockSize

size_t blockSize

◆ blockSplitCtx

ZSTD_blockSplitCtx blockSplitCtx

◆ blockState

ZSTD_blockState_t blockState

◆ bmi2

int bmi2

◆ bufferedPolicy

ZSTD_buffered_policy_e bufferedPolicy

◆ cdict

const ZSTD_CDict * cdict

◆ consumedSrcSize

unsigned long long consumedSrcSize

◆ cParamsChanged

int cParamsChanged

◆ customMem

ZSTD_customMem customMem

◆ dictContentSize

size_t dictContentSize

◆ dictID

U32 dictID

◆ entropyWorkspace

U32 * entropyWorkspace

◆ expectedInBuffer

ZSTD_inBuffer expectedInBuffer

◆ expectedOutBufferSize

size_t expectedOutBufferSize

◆ externalMatchCtx

ZSTD_externalMatchCtx externalMatchCtx

◆ externSeqStore

rawSeqStore_t externSeqStore

◆ extSeqBuf

ZSTD_Sequence* extSeqBuf

◆ extSeqBufCapacity

size_t extSeqBufCapacity

◆ frameEnded

U32 frameEnded

◆ inBuff

char * inBuff

◆ inBuffPos

size_t inBuffPos

◆ inBuffSize

size_t inBuffSize

◆ inBuffTarget

size_t inBuffTarget

◆ initialized

int initialized

◆ inToCompress

size_t inToCompress

◆ isFirstBlock

int isFirstBlock

◆ ldmSequences

rawSeq * ldmSequences

◆ ldmState

ldmState_t ldmState

◆ localDict

ZSTD_localDict localDict

◆ maxNbLdmSequences

size_t maxNbLdmSequences

◆ outBuff

char * outBuff

◆ outBuffContentSize

size_t outBuffContentSize

◆ outBuffFlushedSize

size_t outBuffFlushedSize

◆ outBuffSize

size_t outBuffSize

◆ pledgedSrcSizePlusOne

unsigned long long pledgedSrcSizePlusOne

◆ pool

ZSTD_threadPool * pool

◆ prefixDict

ZSTD_prefixDict prefixDict

◆ producedCSize

unsigned long long producedCSize

◆ requestedParams

ZSTD_CCtx_params requestedParams

◆ seqCollector

SeqCollector seqCollector

◆ seqStore

seqStore_t seqStore

◆ simpleApiParams

ZSTD_CCtx_params simpleApiParams

◆ stableIn_notConsumed

size_t stableIn_notConsumed

◆ stage

◆ staticSize

size_t staticSize

◆ streamStage

ZSTD_cStreamStage streamStage

◆ workspace

ZSTD_cwksp workspace

◆ xxhState

XXH64_state_t xxhState

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