Project Alice
|
#include <zstd_decompress_internal.h>
Definition at line 126 of file zstd_decompress_internal.h.
blockType_e ZSTD_DCtx_s::bType |
Definition at line 142 of file zstd_decompress_internal.h.
ZSTD_customMem ZSTD_DCtx_s::customMem |
Definition at line 152 of file zstd_decompress_internal.h.
const ZSTD_DDict* ZSTD_DCtx_s::ddict |
Definition at line 163 of file zstd_decompress_internal.h.
int ZSTD_DCtx_s::ddictIsCold |
Definition at line 165 of file zstd_decompress_internal.h.
ZSTD_DDict* ZSTD_DCtx_s::ddictLocal |
Definition at line 162 of file zstd_decompress_internal.h.
ZSTD_DDictHashSet* ZSTD_DCtx_s::ddictSet |
Definition at line 167 of file zstd_decompress_internal.h.
U64 ZSTD_DCtx_s::decodedSize |
Definition at line 141 of file zstd_decompress_internal.h.
const void* ZSTD_DCtx_s::dictEnd |
Definition at line 137 of file zstd_decompress_internal.h.
U32 ZSTD_DCtx_s::dictID |
Definition at line 164 of file zstd_decompress_internal.h.
ZSTD_dictUses_e ZSTD_DCtx_s::dictUses |
Definition at line 166 of file zstd_decompress_internal.h.
int ZSTD_DCtx_s::disableHufAsm |
Definition at line 169 of file zstd_decompress_internal.h.
ZSTD_entropyDTables_t ZSTD_DCtx_s::entropy |
Definition at line 132 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::expected |
Definition at line 138 of file zstd_decompress_internal.h.
ZSTD_outBuffer ZSTD_DCtx_s::expectedOutBuffer |
Definition at line 191 of file zstd_decompress_internal.h.
ZSTD_forceIgnoreChecksum_e ZSTD_DCtx_s::forceIgnoreChecksum |
Definition at line 149 of file zstd_decompress_internal.h.
ZSTD_format_e ZSTD_DCtx_s::format |
Definition at line 148 of file zstd_decompress_internal.h.
ZSTD_frameHeader ZSTD_DCtx_s::fParams |
Definition at line 139 of file zstd_decompress_internal.h.
U32 ZSTD_DCtx_s::fseEntropy |
Definition at line 145 of file zstd_decompress_internal.h.
BYTE ZSTD_DCtx_s::headerBuffer[ZSTD_FRAMEHEADERSIZE_MAX] |
Definition at line 198 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::headerSize |
Definition at line 147 of file zstd_decompress_internal.h.
U32 ZSTD_DCtx_s::hostageByte |
Definition at line 188 of file zstd_decompress_internal.h.
const HUF_DTable* ZSTD_DCtx_s::HUFptr |
Definition at line 131 of file zstd_decompress_internal.h.
char* ZSTD_DCtx_s::inBuff |
Definition at line 174 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::inBuffSize |
Definition at line 175 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::inPos |
Definition at line 176 of file zstd_decompress_internal.h.
int ZSTD_DCtx_s::isFrameDecompression |
Definition at line 156 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::lhSize |
Definition at line 182 of file zstd_decompress_internal.h.
BYTE* ZSTD_DCtx_s::litBuffer |
Definition at line 194 of file zstd_decompress_internal.h.
const BYTE* ZSTD_DCtx_s::litBufferEnd |
Definition at line 195 of file zstd_decompress_internal.h.
ZSTD_litLocation_e ZSTD_DCtx_s::litBufferLocation |
Definition at line 196 of file zstd_decompress_internal.h.
U32 ZSTD_DCtx_s::litEntropy |
Definition at line 144 of file zstd_decompress_internal.h.
BYTE ZSTD_DCtx_s::litExtraBuffer[ZSTD_LITBUFFEREXTRASIZE+WILDCOPY_OVERLENGTH] |
Definition at line 197 of file zstd_decompress_internal.h.
const BYTE* ZSTD_DCtx_s::litPtr |
Definition at line 151 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::litSize |
Definition at line 153 of file zstd_decompress_internal.h.
const ZSTD_seqSymbol* ZSTD_DCtx_s::LLTptr |
Definition at line 128 of file zstd_decompress_internal.h.
int ZSTD_DCtx_s::maxBlockSizeParam |
Definition at line 170 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::maxWindowSize |
Definition at line 177 of file zstd_decompress_internal.h.
const ZSTD_seqSymbol* ZSTD_DCtx_s::MLTptr |
Definition at line 129 of file zstd_decompress_internal.h.
int ZSTD_DCtx_s::noForwardProgress |
Definition at line 189 of file zstd_decompress_internal.h.
const ZSTD_seqSymbol* ZSTD_DCtx_s::OFTptr |
Definition at line 130 of file zstd_decompress_internal.h.
char* ZSTD_DCtx_s::outBuff |
Definition at line 178 of file zstd_decompress_internal.h.
ZSTD_bufferMode_e ZSTD_DCtx_s::outBufferMode |
Definition at line 190 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::outBuffSize |
Definition at line 179 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::outEnd |
Definition at line 181 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::outStart |
Definition at line 180 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::oversizedDuration |
Definition at line 200 of file zstd_decompress_internal.h.
const void* ZSTD_DCtx_s::prefixStart |
Definition at line 135 of file zstd_decompress_internal.h.
const void* ZSTD_DCtx_s::previousDstEnd |
Definition at line 134 of file zstd_decompress_internal.h.
U64 ZSTD_DCtx_s::processedCSize |
Definition at line 140 of file zstd_decompress_internal.h.
ZSTD_refMultipleDDicts_e ZSTD_DCtx_s::refMultipleDDicts |
Definition at line 168 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::rleSize |
Definition at line 154 of file zstd_decompress_internal.h.
ZSTD_dStage ZSTD_DCtx_s::stage |
Definition at line 143 of file zstd_decompress_internal.h.
size_t ZSTD_DCtx_s::staticSize |
Definition at line 155 of file zstd_decompress_internal.h.
ZSTD_dStreamStage ZSTD_DCtx_s::streamStage |
Definition at line 173 of file zstd_decompress_internal.h.
U32 ZSTD_DCtx_s::validateChecksum |
Definition at line 150 of file zstd_decompress_internal.h.
const void* ZSTD_DCtx_s::virtualStart |
Definition at line 136 of file zstd_decompress_internal.h.
U32 ZSTD_DCtx_s::workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32] |
Definition at line 133 of file zstd_decompress_internal.h.
XXH64_state_t ZSTD_DCtx_s::xxhState |
Definition at line 146 of file zstd_decompress_internal.h.