ReactOS 0.4.15-dev-7918-g2a2556c
ldmState_t Struct Reference

#include <zstd_compress_internal.h>

Collaboration diagram for ldmState_t:

Public Attributes

ZSTD_window_t window
 
ldmEntry_thashTable
 
U32 loadedDictEnd
 
BYTEbucketOffsets
 
U64 hashPower
 

Detailed Description

Definition at line 160 of file zstd_compress_internal.h.

Member Data Documentation

◆ bucketOffsets

BYTE* ldmState_t::bucketOffsets

Definition at line 164 of file zstd_compress_internal.h.

Referenced by ZSTD_ldm_insertEntry(), and ZSTD_resetCCtx_internal().

◆ hashPower

U64 ldmState_t::hashPower

◆ hashTable

ldmEntry_t* ldmState_t::hashTable

◆ loadedDictEnd

U32 ldmState_t::loadedDictEnd

◆ window


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