Public Attributes | List of all members
ZSTD_CCtx_s Struct Reference

Public Attributes

ZSTD_CCtx_params appliedParams
 
size_t blockSize
 
ZSTD_blockSplitCtx blockSplitCtx
 
ZSTD_blockState_t blockState
 
int bmi2
 
ZSTD_buffered_policy_e bufferedPolicy
 
const ZSTD_CDictcdict
 
unsigned long long consumedSrcSize
 
int cParamsChanged
 
ZSTD_customMem customMem
 
size_t dictContentSize
 
U32 dictID
 
U32entropyWorkspace
 
ZSTD_inBuffer expectedInBuffer
 
size_t expectedOutBufferSize
 
ZSTD_externalMatchCtx externalMatchCtx
 
rawSeqStore_t externSeqStore
 
U32 frameEnded
 
char * inBuff
 
size_t inBuffPos
 
size_t inBuffSize
 
size_t inBuffTarget
 
int initialized
 
size_t inToCompress
 
int isFirstBlock
 
rawSeqldmSequences
 
ldmState_t ldmState
 
ZSTD_localDict localDict
 
size_t maxNbLdmSequences
 
ZSTDMT_CCtxmtctx
 
char * outBuff
 
size_t outBuffContentSize
 
size_t outBuffFlushedSize
 
size_t outBuffSize
 
unsigned long long pledgedSrcSizePlusOne
 
ZSTD_threadPool * pool
 
ZSTD_prefixDict prefixDict
 
unsigned long long producedCSize
 
ZSTD_CCtx_params requestedParams
 
SeqCollector seqCollector
 
seqStore_t seqStore
 
ZSTD_CCtx_params simpleApiParams
 
size_t stableIn_notConsumed
 
ZSTD_compressionStage_e stage
 
size_t staticSize
 
ZSTD_cStreamStage streamStage
 
ZSTD_cwksp workspace
 
XXH64_state_t xxhState
 

Detailed Description

Definition at line 14776 of file zstd.c.

Member Data Documentation

◆ appliedParams

ZSTD_CCtx_params ZSTD_CCtx_s::appliedParams

Definition at line 14781 of file zstd.c.

◆ blockSize

size_t ZSTD_CCtx_s::blockSize

Definition at line 14787 of file zstd.c.

◆ blockSplitCtx

ZSTD_blockSplitCtx ZSTD_CCtx_s::blockSplitCtx

Definition at line 14844 of file zstd.c.

◆ blockState

ZSTD_blockState_t ZSTD_CCtx_s::blockState

Definition at line 14804 of file zstd.c.

◆ bmi2

int ZSTD_CCtx_s::bmi2

Definition at line 14779 of file zstd.c.

◆ bufferedPolicy

ZSTD_buffered_policy_e ZSTD_CCtx_s::bufferedPolicy

Definition at line 14808 of file zstd.c.

◆ cdict

const ZSTD_CDict* ZSTD_CCtx_s::cdict

Definition at line 14830 of file zstd.c.

◆ consumedSrcSize

unsigned long long ZSTD_CCtx_s::consumedSrcSize

Definition at line 14789 of file zstd.c.

◆ cParamsChanged

int ZSTD_CCtx_s::cParamsChanged

Definition at line 14778 of file zstd.c.

◆ customMem

ZSTD_customMem ZSTD_CCtx_s::customMem

Definition at line 14792 of file zstd.c.

◆ dictContentSize

size_t ZSTD_CCtx_s::dictContentSize

Definition at line 14784 of file zstd.c.

◆ dictID

U32 ZSTD_CCtx_s::dictID

Definition at line 14783 of file zstd.c.

◆ entropyWorkspace

U32* ZSTD_CCtx_s::entropyWorkspace

Definition at line 14805 of file zstd.c.

◆ expectedInBuffer

ZSTD_inBuffer ZSTD_CCtx_s::expectedInBuffer

Definition at line 14824 of file zstd.c.

◆ expectedOutBufferSize

size_t ZSTD_CCtx_s::expectedOutBufferSize

Definition at line 14826 of file zstd.c.

◆ externalMatchCtx

ZSTD_externalMatchCtx ZSTD_CCtx_s::externalMatchCtx

Definition at line 14847 of file zstd.c.

◆ externSeqStore

rawSeqStore_t ZSTD_CCtx_s::externSeqStore

Definition at line 14803 of file zstd.c.

◆ frameEnded

U32 ZSTD_CCtx_s::frameEnded

Definition at line 14821 of file zstd.c.

◆ inBuff

char* ZSTD_CCtx_s::inBuff

Definition at line 14811 of file zstd.c.

◆ inBuffPos

size_t ZSTD_CCtx_s::inBuffPos

Definition at line 14814 of file zstd.c.

◆ inBuffSize

size_t ZSTD_CCtx_s::inBuffSize

Definition at line 14812 of file zstd.c.

◆ inBuffTarget

size_t ZSTD_CCtx_s::inBuffTarget

Definition at line 14815 of file zstd.c.

◆ initialized

int ZSTD_CCtx_s::initialized

Definition at line 14797 of file zstd.c.

◆ inToCompress

size_t ZSTD_CCtx_s::inToCompress

Definition at line 14813 of file zstd.c.

◆ isFirstBlock

int ZSTD_CCtx_s::isFirstBlock

Definition at line 14796 of file zstd.c.

◆ ldmSequences

rawSeq* ZSTD_CCtx_s::ldmSequences

Definition at line 14801 of file zstd.c.

◆ ldmState

ldmState_t ZSTD_CCtx_s::ldmState

Definition at line 14800 of file zstd.c.

◆ localDict

ZSTD_localDict ZSTD_CCtx_s::localDict

Definition at line 14829 of file zstd.c.

◆ maxNbLdmSequences

size_t ZSTD_CCtx_s::maxNbLdmSequences

Definition at line 14802 of file zstd.c.

◆ mtctx

ZSTDMT_CCtx* ZSTD_CCtx_s::mtctx

Definition at line 14835 of file zstd.c.

◆ outBuff

char* ZSTD_CCtx_s::outBuff

Definition at line 14816 of file zstd.c.

◆ outBuffContentSize

size_t ZSTD_CCtx_s::outBuffContentSize

Definition at line 14818 of file zstd.c.

◆ outBuffFlushedSize

size_t ZSTD_CCtx_s::outBuffFlushedSize

Definition at line 14819 of file zstd.c.

◆ outBuffSize

size_t ZSTD_CCtx_s::outBuffSize

Definition at line 14817 of file zstd.c.

◆ pledgedSrcSizePlusOne

unsigned long long ZSTD_CCtx_s::pledgedSrcSizePlusOne

Definition at line 14788 of file zstd.c.

◆ pool

ZSTD_threadPool* ZSTD_CCtx_s::pool

Definition at line 14793 of file zstd.c.

◆ prefixDict

ZSTD_prefixDict ZSTD_CCtx_s::prefixDict

Definition at line 14831 of file zstd.c.

◆ producedCSize

unsigned long long ZSTD_CCtx_s::producedCSize

Definition at line 14790 of file zstd.c.

◆ requestedParams

ZSTD_CCtx_params ZSTD_CCtx_s::requestedParams

Definition at line 14780 of file zstd.c.

◆ seqCollector

SeqCollector ZSTD_CCtx_s::seqCollector

Definition at line 14795 of file zstd.c.

◆ seqStore

seqStore_t ZSTD_CCtx_s::seqStore

Definition at line 14799 of file zstd.c.

◆ simpleApiParams

ZSTD_CCtx_params ZSTD_CCtx_s::simpleApiParams

Definition at line 14782 of file zstd.c.

◆ stableIn_notConsumed

size_t ZSTD_CCtx_s::stableIn_notConsumed

Definition at line 14825 of file zstd.c.

◆ stage

ZSTD_compressionStage_e ZSTD_CCtx_s::stage

Definition at line 14777 of file zstd.c.

◆ staticSize

size_t ZSTD_CCtx_s::staticSize

Definition at line 14794 of file zstd.c.

◆ streamStage

ZSTD_cStreamStage ZSTD_CCtx_s::streamStage

Definition at line 14820 of file zstd.c.

◆ workspace

ZSTD_cwksp ZSTD_CCtx_s::workspace

Definition at line 14786 of file zstd.c.

◆ xxhState

XXH64_state_t ZSTD_CCtx_s::xxhState

Definition at line 14791 of file zstd.c.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30