ReactOS 0.4.16-dev-136-g52192f1
|
#include <zstd_compress_internal.h>
Public Attributes | |
ZSTD_compressedBlockState_t * | prevCBlock |
ZSTD_compressedBlockState_t * | nextCBlock |
ZSTD_matchState_t | matchState |
Definition at line 149 of file zstd_compress_internal.h.
ZSTD_matchState_t ZSTD_blockState_t::matchState |
Definition at line 152 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_copyCCtx_internal(), ZSTD_invalidateRepCodes(), ZSTD_resetCCtx_byAttachingCDict(), ZSTD_resetCCtx_byCopyingCDict(), and ZSTD_resetCCtx_internal().
ZSTD_compressedBlockState_t* ZSTD_blockState_t::nextCBlock |
Definition at line 151 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compressBlock_internal(), ZSTD_compressSuperBlock(), ZSTD_confirmRepcodesAndEntropyTables(), ZSTD_initStaticCCtx(), and ZSTD_resetCCtx_internal().
ZSTD_compressedBlockState_t* ZSTD_blockState_t::prevCBlock |
Definition at line 150 of file zstd_compress_internal.h.
Referenced by ZSTD_buildSeqStore(), ZSTD_compressBegin_internal(), ZSTD_compressBlock_internal(), ZSTD_compressBlock_targetCBlockSize(), ZSTD_compressSuperBlock(), ZSTD_confirmRepcodesAndEntropyTables(), ZSTD_copyCCtx_internal(), ZSTD_initStaticCCtx(), ZSTD_invalidateRepCodes(), ZSTD_resetCCtx_byAttachingCDict(), ZSTD_resetCCtx_byCopyingCDict(), and ZSTD_resetCCtx_internal().