ReactOS 0.4.15-dev-7918-g2a2556c
ZSTD_CCtx_s Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for ZSTD_CCtx_s:

Public Attributes

ZSTD_compressionStage_e stage
 
int cParamsChanged
 
int bmi2
 
ZSTD_CCtx_params requestedParams
 
ZSTD_CCtx_params appliedParams
 
U32 dictID
 
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
 
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
 
charinBuff
 
size_t inBuffSize
 
size_t inToCompress
 
size_t inBuffPos
 
size_t inBuffTarget
 
charoutBuff
 
size_t outBuffSize
 
size_t outBuffContentSize
 
size_t outBuffFlushedSize
 
ZSTD_cStreamStage streamStage
 
U32 frameEnded
 
ZSTD_localDict localDict
 
const ZSTD_CDictcdict
 
ZSTD_prefixDict prefixDict
 

Detailed Description

Definition at line 229 of file zstd_compress_internal.h.

Member Data Documentation

◆ appliedParams

◆ blockSize

◆ blockState

◆ bmi2

◆ cdict

◆ consumedSrcSize

◆ cParamsChanged

int ZSTD_CCtx_s::cParamsChanged

Definition at line 231 of file zstd_compress_internal.h.

Referenced by ZSTD_CCtx_setParameter(), and ZSTD_compressStream2().

◆ customMem

◆ dictID

◆ entropyWorkspace

◆ externSeqStore

rawSeqStore_t ZSTD_CCtx_s::externSeqStore

◆ frameEnded

U32 ZSTD_CCtx_s::frameEnded

◆ inBuff

char* ZSTD_CCtx_s::inBuff

◆ inBuffPos

◆ inBuffSize

size_t ZSTD_CCtx_s::inBuffSize

◆ inBuffTarget

size_t ZSTD_CCtx_s::inBuffTarget

◆ initialized

int ZSTD_CCtx_s::initialized

Definition at line 247 of file zstd_compress_internal.h.

Referenced by ZSTD_resetCCtx_internal().

◆ inToCompress

size_t ZSTD_CCtx_s::inToCompress

◆ isFirstBlock

◆ ldmSequences

rawSeq* ZSTD_CCtx_s::ldmSequences

Definition at line 251 of file zstd_compress_internal.h.

Referenced by ZSTD_buildSeqStore(), and ZSTD_resetCCtx_internal().

◆ ldmState

◆ localDict

◆ maxNbLdmSequences

size_t ZSTD_CCtx_s::maxNbLdmSequences

Definition at line 252 of file zstd_compress_internal.h.

Referenced by ZSTD_buildSeqStore(), and ZSTD_resetCCtx_internal().

◆ outBuff

char* ZSTD_CCtx_s::outBuff

◆ outBuffContentSize

size_t ZSTD_CCtx_s::outBuffContentSize

◆ outBuffFlushedSize

size_t ZSTD_CCtx_s::outBuffFlushedSize

◆ outBuffSize

size_t ZSTD_CCtx_s::outBuffSize

◆ pledgedSrcSizePlusOne

◆ prefixDict

◆ producedCSize

unsigned long long ZSTD_CCtx_s::producedCSize

◆ requestedParams

◆ seqCollector

SeqCollector ZSTD_CCtx_s::seqCollector

◆ seqStore

◆ stage

◆ staticSize

◆ streamStage

◆ workspace

◆ xxhState

XXH64_state_t ZSTD_CCtx_s::xxhState

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