ReactOS 0.4.16-dev-527-gdad3a09
|
#include <zstd_decompress_internal.h>
Definition at line 103 of file zstd_decompress_internal.h.
int ZSTD_DCtx_s::bmi2 |
Definition at line 130 of file zstd_decompress_internal.h.
Referenced by ZSTD_initDCtx_internal().
blockType_e ZSTD_DCtx_s::bType |
Definition at line 118 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressBegin(), ZSTD_decompressContinue(), and ZSTD_nextSrcSizeToDecompressWithInputSize().
ZSTD_customMem ZSTD_DCtx_s::customMem |
Definition at line 126 of file zstd_decompress_internal.h.
Referenced by ZSTD_createDCtx_advanced(), ZSTD_DCtx_loadDictionary_advanced(), ZSTD_decompressStream(), and ZSTD_freeDCtx().
const ZSTD_DDict* ZSTD_DCtx_s::ddict |
Definition at line 134 of file zstd_decompress_internal.h.
Referenced by ZSTD_clearDict(), ZSTD_DCtx_loadDictionary_advanced(), ZSTD_DCtx_refDDict(), ZSTD_getDDict(), and ZSTD_initDCtx_internal().
int ZSTD_DCtx_s::ddictIsCold |
Definition at line 136 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressBegin_usingDDict(), and ZSTD_initDCtx_internal().
ZSTD_DDict* ZSTD_DCtx_s::ddictLocal |
Definition at line 133 of file zstd_decompress_internal.h.
Referenced by ZSTD_clearDict(), ZSTD_DCtx_loadDictionary_advanced(), ZSTD_initDCtx_internal(), and ZSTD_sizeof_DCtx().
U64 ZSTD_DCtx_s::decodedSize |
Definition at line 117 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressBegin(), and ZSTD_decompressContinue().
Definition at line 114 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompressBegin(), ZSTD_decompressBegin_usingDDict(), ZSTD_initDCtx_internal(), and ZSTD_refDictContent().
U32 ZSTD_DCtx_s::dictID |
Definition at line 135 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decodeFrameHeader(), ZSTD_decompress_insertDictionary(), and ZSTD_decompressBegin().
ZSTD_dictUses_e ZSTD_DCtx_s::dictUses |
Definition at line 137 of file zstd_decompress_internal.h.
Referenced by ZSTD_clearDict(), ZSTD_DCtx_loadDictionary_advanced(), ZSTD_DCtx_refDDict(), ZSTD_DCtx_refPrefix_advanced(), ZSTD_getDDict(), and ZSTD_initDCtx_internal().
ZSTD_entropyDTables_t ZSTD_DCtx_s::entropy |
Definition at line 109 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompress_insertDictionary(), and ZSTD_decompressBegin().
size_t ZSTD_DCtx_s::expected |
Definition at line 115 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressBegin(), ZSTD_decompressContinue(), ZSTD_decompressStream(), ZSTD_nextSrcSizeToDecompress(), and ZSTD_nextSrcSizeToDecompressWithInputSize().
ZSTD_outBuffer ZSTD_DCtx_s::expectedOutBuffer |
Definition at line 156 of file zstd_decompress_internal.h.
Referenced by ZSTD_checkOutBuffer(), and ZSTD_decompressStream().
ZSTD_format_e ZSTD_DCtx_s::format |
Definition at line 124 of file zstd_decompress_internal.h.
Referenced by ZSTD_DCtx_reset(), ZSTD_DCtx_setParameter(), ZSTD_decodeFrameHeader(), ZSTD_decompressBegin(), ZSTD_decompressContinue(), ZSTD_decompressFrame(), ZSTD_decompressMultiFrame(), ZSTD_decompressStream(), ZSTD_initDCtx_internal(), ZSTD_initDStream_usingDDict(), ZSTD_initDStream_usingDict(), and ZSTD_resetDStream().
ZSTD_frameHeader ZSTD_DCtx_s::fParams |
Definition at line 116 of file zstd_decompress_internal.h.
Referenced by ZSTD_decodeFrameHeader(), ZSTD_decompressContinue(), ZSTD_decompressFrame(), and ZSTD_decompressStream().
U32 ZSTD_DCtx_s::fseEntropy |
Definition at line 121 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompress_insertDictionary(), and ZSTD_decompressBegin().
BYTE ZSTD_DCtx_s::headerBuffer[ZSTD_FRAMEHEADERSIZE_MAX] |
Definition at line 160 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressContinue(), and ZSTD_decompressStream().
size_t ZSTD_DCtx_s::headerSize |
Definition at line 123 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressContinue().
U32 ZSTD_DCtx_s::hostageByte |
Definition at line 153 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressStream().
const HUF_DTable* ZSTD_DCtx_s::HUFptr |
Definition at line 108 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), and ZSTD_decompressBegin().
char* ZSTD_DCtx_s::inBuff |
Definition at line 141 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDCtx(), ZSTD_decompressStream(), ZSTD_freeDCtx(), ZSTD_initDCtx_internal(), and ZSTD_initStaticDCtx().
size_t ZSTD_DCtx_s::inBuffSize |
Definition at line 142 of file zstd_decompress_internal.h.
Referenced by ZSTD_DCtx_isOverflow(), ZSTD_decompressStream(), ZSTD_initDCtx_internal(), and ZSTD_sizeof_DCtx().
size_t ZSTD_DCtx_s::inPos |
Definition at line 143 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressStream().
void* ZSTD_DCtx_s::legacyContext |
Definition at line 150 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressStream(), ZSTD_freeDCtx(), and ZSTD_initDCtx_internal().
U32 ZSTD_DCtx_s::legacyVersion |
Definition at line 152 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressStream().
size_t ZSTD_DCtx_s::lhSize |
Definition at line 149 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressStream().
BYTE ZSTD_DCtx_s::litBuffer[ZSTD_BLOCKSIZE_MAX+WILDCOPY_OVERLENGTH] |
Definition at line 159 of file zstd_decompress_internal.h.
U32 ZSTD_DCtx_s::litEntropy |
Definition at line 120 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decodeLiteralsBlock(), ZSTD_decompress_insertDictionary(), and ZSTD_decompressBegin().
Definition at line 125 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::litSize |
Definition at line 127 of file zstd_decompress_internal.h.
const ZSTD_seqSymbol* ZSTD_DCtx_s::LLTptr |
Definition at line 105 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), and ZSTD_decompressBegin().
size_t ZSTD_DCtx_s::maxWindowSize |
Definition at line 144 of file zstd_decompress_internal.h.
Referenced by ZSTD_DCtx_reset(), ZSTD_DCtx_setMaxWindowSize(), ZSTD_DCtx_setParameter(), ZSTD_decompressStream(), and ZSTD_initDCtx_internal().
const ZSTD_seqSymbol* ZSTD_DCtx_s::MLTptr |
Definition at line 106 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), and ZSTD_decompressBegin().
int ZSTD_DCtx_s::noForwardProgress |
Definition at line 154 of file zstd_decompress_internal.h.
Referenced by ZSTD_DCtx_reset(), ZSTD_decompressStream(), and ZSTD_initDCtx_internal().
const ZSTD_seqSymbol* ZSTD_DCtx_s::OFTptr |
Definition at line 107 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), and ZSTD_decompressBegin().
char* ZSTD_DCtx_s::outBuff |
Definition at line 145 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressContinueStream(), and ZSTD_decompressStream().
ZSTD_outBufferMode_e ZSTD_DCtx_s::outBufferMode |
Definition at line 155 of file zstd_decompress_internal.h.
Referenced by ZSTD_checkOutBuffer(), ZSTD_DCtx_setParameter(), ZSTD_decompressContinueStream(), ZSTD_decompressStream(), and ZSTD_initDCtx_internal().
size_t ZSTD_DCtx_s::outBuffSize |
Definition at line 146 of file zstd_decompress_internal.h.
Referenced by ZSTD_DCtx_isOverflow(), ZSTD_decompressContinueStream(), ZSTD_decompressStream(), ZSTD_initDCtx_internal(), and ZSTD_sizeof_DCtx().
size_t ZSTD_DCtx_s::outEnd |
Definition at line 148 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressContinueStream(), and ZSTD_decompressStream().
size_t ZSTD_DCtx_s::outStart |
Definition at line 147 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressContinueStream(), and ZSTD_decompressStream().
size_t ZSTD_DCtx_s::oversizedDuration |
Definition at line 162 of file zstd_decompress_internal.h.
Referenced by ZSTD_DCtx_isOversizedTooLong(), ZSTD_DCtx_updateOversizedDuration(), and ZSTD_initDCtx_internal().
Definition at line 112 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompressBegin(), and ZSTD_refDictContent().
Definition at line 111 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompressBegin(), ZSTD_decompressContinue(), ZSTD_insertBlock(), and ZSTD_refDictContent().
U32 ZSTD_DCtx_s::previousLegacyVersion |
Definition at line 151 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressStream(), ZSTD_freeDCtx(), and ZSTD_initDCtx_internal().
size_t ZSTD_DCtx_s::rleSize |
Definition at line 128 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressContinue().
ZSTD_dStage ZSTD_DCtx_s::stage |
Definition at line 119 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressBegin(), ZSTD_decompressContinue(), ZSTD_decompressStream(), ZSTD_isSkipFrame(), ZSTD_nextInputType(), and ZSTD_nextSrcSizeToDecompressWithInputSize().
size_t ZSTD_DCtx_s::staticSize |
Definition at line 129 of file zstd_decompress_internal.h.
Referenced by ZSTD_decompressMultiFrame(), ZSTD_decompressStream(), ZSTD_freeDCtx(), ZSTD_initDCtx_internal(), and ZSTD_initStaticDCtx().
ZSTD_dStreamStage ZSTD_DCtx_s::streamStage |
Definition at line 140 of file zstd_decompress_internal.h.
Referenced by ZSTD_checkOutBuffer(), ZSTD_DCtx_loadDictionary_advanced(), ZSTD_DCtx_refDDict(), ZSTD_DCtx_reset(), ZSTD_DCtx_setMaxWindowSize(), ZSTD_DCtx_setParameter(), ZSTD_decompressContinueStream(), ZSTD_decompressStream(), and ZSTD_initDCtx_internal().
Definition at line 113 of file zstd_decompress_internal.h.
Referenced by ZSTD_copyDDictParameters(), ZSTD_decompressBegin(), and ZSTD_refDictContent().
U32 ZSTD_DCtx_s::workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32] |
Definition at line 110 of file zstd_decompress_internal.h.
XXH64_state_t ZSTD_DCtx_s::xxhState |
Definition at line 122 of file zstd_decompress_internal.h.
Referenced by ZSTD_decodeFrameHeader(), ZSTD_decompressContinue(), and ZSTD_decompressFrame().