Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
ZSTD_matchState_t Struct Reference

#include <zstd_compress_internal.h>

Data Fields

ZSTD_window_t window
 
U32 loadedDictEnd
 
U32 nextToUpdate
 
U32 hashLog3
 
U32 rowHashLog
 
U16tagTable
 
U32 hashCache [ZSTD_ROW_HASH_CACHE_SIZE]
 
U32hashTable
 
U32hashTable3
 
U32chainTable
 
U32 forceNonContiguous
 
int dedicatedDictSearch
 
optState_t opt
 
const ZSTD_matchState_tdictMatchState
 
ZSTD_compressionParameters cParams
 
const rawSeqStore_tldmSeqStore
 
BYTEtagTable
 
U64 hashSalt
 
U32 hashSaltEntropy
 
int prefetchCDictTables
 
int lazySkipping
 

Field Documentation

◆ chainTable

U32 * chainTable

◆ cParams

ZSTD_compressionParameters cParams

◆ dedicatedDictSearch

int dedicatedDictSearch

◆ dictMatchState

const ZSTD_matchState_t * dictMatchState

◆ forceNonContiguous

U32 forceNonContiguous

◆ hashCache

U32 hashCache

◆ hashLog3

U32 hashLog3

◆ hashSalt

U64 hashSalt

◆ hashSaltEntropy

U32 hashSaltEntropy

◆ hashTable

U32 * hashTable

◆ hashTable3

U32 * hashTable3

◆ lazySkipping

int lazySkipping

◆ ldmSeqStore

const rawSeqStore_t * ldmSeqStore

◆ loadedDictEnd

U32 loadedDictEnd

◆ nextToUpdate

U32 nextToUpdate

◆ opt

◆ prefetchCDictTables

int prefetchCDictTables

◆ rowHashLog

U32 rowHashLog

◆ tagTable [1/2]

BYTE * tagTable

◆ tagTable [2/2]

BYTE* tagTable

◆ window

ZSTD_window_t window

The documentation for this struct was generated from the following files: