ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <zstd_compress_internal.h>
Definition at line 229 of file zstd_compress_internal.h.
ZSTD_CCtx_params ZSTD_CCtx_s::appliedParams |
Definition at line 234 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compress_frameChunk(), ZSTD_compressBegin_internal(), ZSTD_compressBlock_internal(), ZSTD_compressBlock_targetCBlockSize_body(), ZSTD_compressContinue_internal(), ZSTD_compressEnd(), ZSTD_compressStream2(), ZSTD_compressSuperBlock(), ZSTD_copyCCtx_internal(), ZSTD_endStream(), ZSTD_getBlockSize(), ZSTD_getFrameProgression(), ZSTD_nextInputSizeHint_MTorST(), ZSTD_referenceExternalSequences(), ZSTD_resetCCtx_byAttachingCDict(), ZSTD_resetCCtx_byCopyingCDict(), ZSTD_resetCCtx_internal(), ZSTD_toFlushNow(), and ZSTD_writeEpilogue().
size_t ZSTD_CCtx_s::blockSize |
Definition at line 238 of file zstd_compress_internal.h.
Referenced by ZSTD_compress_frameChunk(), ZSTD_compressContinue_internal(), ZSTD_compressStream_generic(), ZSTD_nextInputSizeHint(), ZSTD_resetCCtx_internal(), and ZSTD_resetCStream_internal().
ZSTD_blockState_t ZSTD_CCtx_s::blockState |
Definition at line 254 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compress_frameChunk(), ZSTD_compressBegin_internal(), ZSTD_compressBlock_internal(), ZSTD_compressBlock_targetCBlockSize(), ZSTD_compressContinue_internal(), ZSTD_compressSuperBlock(), ZSTD_confirmRepcodesAndEntropyTables(), ZSTD_copyCCtx_internal(), ZSTD_initStaticCCtx(), ZSTD_invalidateRepCodes(), ZSTD_resetCCtx_byAttachingCDict(), ZSTD_resetCCtx_byCopyingCDict(), and ZSTD_resetCCtx_internal().
int ZSTD_CCtx_s::bmi2 |
Definition at line 232 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_internal(), ZSTD_compressSuperBlock(), ZSTD_initCCtx(), and ZSTD_initStaticCCtx().
const ZSTD_CDict* ZSTD_CCtx_s::cdict |
Definition at line 272 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_refCDict(), ZSTD_CCtx_setParametersUsingCCtxParams(), ZSTD_clearAllDicts(), ZSTD_compressStream2(), and ZSTD_initLocalDict().
Definition at line 240 of file zstd_compress_internal.h.
Referenced by ZSTD_compressContinue_internal(), ZSTD_compressEnd(), ZSTD_getFrameProgression(), and ZSTD_resetCCtx_internal().
int ZSTD_CCtx_s::cParamsChanged |
Definition at line 231 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_setParameter(), and ZSTD_compressStream2().
ZSTD_customMem ZSTD_CCtx_s::customMem |
Definition at line 243 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_loadDictionary_advanced(), ZSTD_clearAllDicts(), ZSTD_compressStream2(), ZSTD_copyCCtx_internal(), ZSTD_freeCCtx(), ZSTD_freeCCtxContent(), ZSTD_initCCtx(), ZSTD_initLocalDict(), and ZSTD_resetCCtx_internal().
U32 ZSTD_CCtx_s::dictID |
Definition at line 235 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBegin_internal(), ZSTD_compressContinue_internal(), ZSTD_copyCCtx_internal(), ZSTD_resetCCtx_byAttachingCDict(), ZSTD_resetCCtx_byCopyingCDict(), and ZSTD_resetCCtx_internal().
U32* ZSTD_CCtx_s::entropyWorkspace |
Definition at line 255 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBegin_internal(), ZSTD_compressBlock_internal(), ZSTD_compressSuperBlock(), ZSTD_initStaticCCtx(), and ZSTD_resetCCtx_internal().
rawSeqStore_t ZSTD_CCtx_s::externSeqStore |
Definition at line 253 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), and ZSTD_referenceExternalSequences().
U32 ZSTD_CCtx_s::frameEnded |
Definition at line 268 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream_generic(), ZSTD_endStream(), and ZSTD_resetCStream_internal().
char* ZSTD_CCtx_s::inBuff |
Definition at line 258 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream_generic(), ZSTD_getFrameProgression(), and ZSTD_resetCCtx_internal().
size_t ZSTD_CCtx_s::inBuffPos |
Definition at line 261 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream_generic(), ZSTD_getFrameProgression(), ZSTD_nextInputSizeHint(), and ZSTD_resetCStream_internal().
size_t ZSTD_CCtx_s::inBuffSize |
Definition at line 259 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream_generic(), ZSTD_copyCCtx(), and ZSTD_resetCCtx_internal().
size_t ZSTD_CCtx_s::inBuffTarget |
Definition at line 262 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream_generic(), ZSTD_nextInputSizeHint(), and ZSTD_resetCStream_internal().
int ZSTD_CCtx_s::initialized |
Definition at line 247 of file zstd_compress_internal.h.
Referenced by ZSTD_resetCCtx_internal().
size_t ZSTD_CCtx_s::inToCompress |
Definition at line 260 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream_generic(), ZSTD_getFrameProgression(), and ZSTD_resetCStream_internal().
int ZSTD_CCtx_s::isFirstBlock |
Definition at line 246 of file zstd_compress_internal.h.
Referenced by ZSTD_compress_frameChunk(), ZSTD_compressBlock_internal(), ZSTD_compressBlock_targetCBlockSize_body(), and ZSTD_resetCCtx_internal().
rawSeq* ZSTD_CCtx_s::ldmSequences |
Definition at line 251 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), and ZSTD_resetCCtx_internal().
ldmState_t ZSTD_CCtx_s::ldmState |
Definition at line 250 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compressBegin_internal(), ZSTD_compressContinue_internal(), and ZSTD_resetCCtx_internal().
ZSTD_localDict ZSTD_CCtx_s::localDict |
Definition at line 271 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_loadDictionary_advanced(), ZSTD_clearAllDicts(), ZSTD_initLocalDict(), and ZSTD_sizeof_CCtx().
size_t ZSTD_CCtx_s::maxNbLdmSequences |
Definition at line 252 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), and ZSTD_resetCCtx_internal().
char* ZSTD_CCtx_s::outBuff |
Definition at line 263 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream_generic(), and ZSTD_resetCCtx_internal().
size_t ZSTD_CCtx_s::outBuffContentSize |
Definition at line 265 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream2(), ZSTD_compressStream_generic(), and ZSTD_resetCStream_internal().
size_t ZSTD_CCtx_s::outBuffFlushedSize |
Definition at line 266 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream2(), ZSTD_compressStream_generic(), and ZSTD_resetCStream_internal().
size_t ZSTD_CCtx_s::outBuffSize |
Definition at line 264 of file zstd_compress_internal.h.
Referenced by ZSTD_compressStream_generic(), and ZSTD_resetCCtx_internal().
Definition at line 239 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_reset(), ZSTD_CCtx_setPledgedSrcSize(), ZSTD_compressContinue_internal(), ZSTD_compressEnd(), ZSTD_compressStream2(), and ZSTD_resetCCtx_internal().
ZSTD_prefixDict ZSTD_CCtx_s::prefixDict |
Definition at line 273 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_refPrefix_advanced(), ZSTD_clearAllDicts(), ZSTD_compressStream2(), and ZSTD_initLocalDict().
Definition at line 241 of file zstd_compress_internal.h.
Referenced by ZSTD_compressContinue_internal(), ZSTD_getFrameProgression(), and ZSTD_resetCCtx_internal().
ZSTD_CCtx_params ZSTD_CCtx_s::requestedParams |
Definition at line 233 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_getParameter(), ZSTD_CCtx_reset(), ZSTD_CCtx_setParameter(), ZSTD_CCtx_setParametersUsingCCtxParams(), ZSTD_compress_internal(), ZSTD_compress_usingDict(), ZSTD_compressBegin_advanced(), ZSTD_compressBegin_usingCDict_advanced(), ZSTD_compressBegin_usingDict(), ZSTD_compressStream2(), ZSTD_copyCCtx_internal(), ZSTD_initCStream_advanced(), ZSTD_initCStream_internal(), ZSTD_initCStream_usingCDict_advanced(), and ZSTD_initLocalDict().
SeqCollector ZSTD_CCtx_s::seqCollector |
Definition at line 245 of file zstd_compress_internal.h.
Referenced by ZSTD_compressBlock_internal(), ZSTD_copyBlockSequences(), and ZSTD_getSequences().
seqStore_t ZSTD_CCtx_s::seqStore |
Definition at line 249 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compressBlock_internal(), ZSTD_compressBlock_targetCBlockSize_body(), ZSTD_compressSuperBlock(), and ZSTD_resetCCtx_internal().
ZSTD_compressionStage_e ZSTD_CCtx_s::stage |
Definition at line 230 of file zstd_compress_internal.h.
Referenced by ZSTD_compress_frameChunk(), ZSTD_compressContinue_internal(), ZSTD_copyCCtx_internal(), ZSTD_referenceExternalSequences(), ZSTD_resetCCtx_internal(), and ZSTD_writeEpilogue().
size_t ZSTD_CCtx_s::staticSize |
Definition at line 244 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_loadDictionary_advanced(), ZSTD_CCtx_setParameter(), ZSTD_freeCCtx(), ZSTD_freeCCtxContent(), ZSTD_initStaticCCtx(), and ZSTD_resetCCtx_internal().
ZSTD_cStreamStage ZSTD_CCtx_s::streamStage |
Definition at line 267 of file zstd_compress_internal.h.
Referenced by ZSTD_CCtx_loadDictionary_advanced(), ZSTD_CCtx_refCDict(), ZSTD_CCtx_refPrefix_advanced(), ZSTD_CCtx_reset(), ZSTD_CCtx_setParameter(), ZSTD_CCtx_setParametersUsingCCtxParams(), ZSTD_CCtx_setPledgedSrcSize(), ZSTD_compressStream2(), ZSTD_compressStream_generic(), and ZSTD_resetCStream_internal().
ZSTD_cwksp ZSTD_CCtx_s::workspace |
Definition at line 237 of file zstd_compress_internal.h.
Referenced by ZSTD_compress_frameChunk(), ZSTD_compressBegin_internal(), ZSTD_compressContinue_internal(), ZSTD_copyCCtx_internal(), ZSTD_freeCCtx(), ZSTD_freeCCtxContent(), ZSTD_initStaticCCtx(), ZSTD_resetCCtx_byCopyingCDict(), ZSTD_resetCCtx_internal(), and ZSTD_sizeof_CCtx().
XXH64_state_t ZSTD_CCtx_s::xxhState |
Definition at line 242 of file zstd_compress_internal.h.
Referenced by ZSTD_compress_frameChunk(), ZSTD_resetCCtx_internal(), and ZSTD_writeEpilogue().