Project Alice
|
#include <zstd_compress_internal.h>
Definition at line 400 of file zstd_compress_internal.h.
ZSTD_CCtx_params ZSTD_CCtx_s::appliedParams |
Definition at line 405 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::blockSize |
Definition at line 411 of file zstd_compress_internal.h.
ZSTD_blockSplitCtx ZSTD_CCtx_s::blockSplitCtx |
Definition at line 468 of file zstd_compress_internal.h.
ZSTD_blockState_t ZSTD_CCtx_s::blockState |
Definition at line 428 of file zstd_compress_internal.h.
int ZSTD_CCtx_s::bmi2 |
Definition at line 403 of file zstd_compress_internal.h.
ZSTD_buffered_policy_e ZSTD_CCtx_s::bufferedPolicy |
Definition at line 432 of file zstd_compress_internal.h.
const ZSTD_CDict* ZSTD_CCtx_s::cdict |
Definition at line 454 of file zstd_compress_internal.h.
unsigned long long ZSTD_CCtx_s::consumedSrcSize |
Definition at line 413 of file zstd_compress_internal.h.
int ZSTD_CCtx_s::cParamsChanged |
Definition at line 402 of file zstd_compress_internal.h.
ZSTD_customMem ZSTD_CCtx_s::customMem |
Definition at line 416 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::dictContentSize |
Definition at line 408 of file zstd_compress_internal.h.
U32 ZSTD_CCtx_s::dictID |
Definition at line 407 of file zstd_compress_internal.h.
U32* ZSTD_CCtx_s::entropyWorkspace |
Definition at line 429 of file zstd_compress_internal.h.
ZSTD_inBuffer ZSTD_CCtx_s::expectedInBuffer |
Definition at line 448 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::expectedOutBufferSize |
Definition at line 450 of file zstd_compress_internal.h.
rawSeqStore_t ZSTD_CCtx_s::externSeqStore |
Definition at line 427 of file zstd_compress_internal.h.
ZSTD_Sequence* ZSTD_CCtx_s::extSeqBuf |
Definition at line 471 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::extSeqBufCapacity |
Definition at line 472 of file zstd_compress_internal.h.
U32 ZSTD_CCtx_s::frameEnded |
Definition at line 445 of file zstd_compress_internal.h.
char* ZSTD_CCtx_s::inBuff |
Definition at line 435 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::inBuffPos |
Definition at line 438 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::inBuffSize |
Definition at line 436 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::inBuffTarget |
Definition at line 439 of file zstd_compress_internal.h.
int ZSTD_CCtx_s::initialized |
Definition at line 421 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::inToCompress |
Definition at line 437 of file zstd_compress_internal.h.
int ZSTD_CCtx_s::isFirstBlock |
Definition at line 420 of file zstd_compress_internal.h.
rawSeq* ZSTD_CCtx_s::ldmSequences |
Definition at line 425 of file zstd_compress_internal.h.
ldmState_t ZSTD_CCtx_s::ldmState |
Definition at line 424 of file zstd_compress_internal.h.
ZSTD_localDict ZSTD_CCtx_s::localDict |
Definition at line 453 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::maxNbLdmSequences |
Definition at line 426 of file zstd_compress_internal.h.
char* ZSTD_CCtx_s::outBuff |
Definition at line 440 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::outBuffContentSize |
Definition at line 442 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::outBuffFlushedSize |
Definition at line 443 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::outBuffSize |
Definition at line 441 of file zstd_compress_internal.h.
unsigned long long ZSTD_CCtx_s::pledgedSrcSizePlusOne |
Definition at line 412 of file zstd_compress_internal.h.
ZSTD_threadPool* ZSTD_CCtx_s::pool |
Definition at line 417 of file zstd_compress_internal.h.
ZSTD_prefixDict ZSTD_CCtx_s::prefixDict |
Definition at line 455 of file zstd_compress_internal.h.
unsigned long long ZSTD_CCtx_s::producedCSize |
Definition at line 414 of file zstd_compress_internal.h.
ZSTD_CCtx_params ZSTD_CCtx_s::requestedParams |
Definition at line 404 of file zstd_compress_internal.h.
SeqCollector ZSTD_CCtx_s::seqCollector |
Definition at line 419 of file zstd_compress_internal.h.
seqStore_t ZSTD_CCtx_s::seqStore |
Definition at line 423 of file zstd_compress_internal.h.
ZSTD_CCtx_params ZSTD_CCtx_s::simpleApiParams |
Definition at line 406 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::stableIn_notConsumed |
Definition at line 449 of file zstd_compress_internal.h.
ZSTD_compressionStage_e ZSTD_CCtx_s::stage |
Definition at line 401 of file zstd_compress_internal.h.
size_t ZSTD_CCtx_s::staticSize |
Definition at line 418 of file zstd_compress_internal.h.
ZSTD_cStreamStage ZSTD_CCtx_s::streamStage |
Definition at line 444 of file zstd_compress_internal.h.
ZSTD_cwksp ZSTD_CCtx_s::workspace |
Definition at line 410 of file zstd_compress_internal.h.
XXH64_state_t ZSTD_CCtx_s::xxhState |
Definition at line 415 of file zstd_compress_internal.h.