ReactOS 0.4.15-dev-7953-g1f49173
ZSTD_matchState_t Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for ZSTD_matchState_t:

Public Attributes

ZSTD_window_t window
 
U32 loadedDictEnd
 
U32 nextToUpdate
 
U32 hashLog3
 
U32hashTable
 
U32hashTable3
 
U32chainTable
 
optState_t opt
 
const ZSTD_matchState_tdictMatchState
 
ZSTD_compressionParameters cParams
 

Detailed Description

Definition at line 130 of file zstd_compress_internal.h.

Member Data Documentation

◆ chainTable

◆ cParams

ZSTD_compressionParameters ZSTD_matchState_t::cParams

◆ dictMatchState

◆ hashLog3

◆ hashTable

◆ hashTable3

◆ loadedDictEnd

◆ nextToUpdate

◆ opt

◆ window


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