ReactOS 0.4.15-dev-8052-gc0e3179
seqDef_s Struct Reference

#include <zstd_internal.h>

Public Attributes

U32 offset
 
U16 litLength
 
U16 matchLength
 

Detailed Description

Definition at line 327 of file zstd_internal.h.

Member Data Documentation

◆ litLength

U16 seqDef_s::litLength

Definition at line 329 of file zstd_internal.h.

Referenced by ZSTD_copyBlockSequences(), and ZSTD_getSequenceLength().

◆ matchLength

U16 seqDef_s::matchLength

Definition at line 330 of file zstd_internal.h.

Referenced by ZSTD_copyBlockSequences(), and ZSTD_getSequenceLength().

◆ offset

U32 seqDef_s::offset

Definition at line 328 of file zstd_internal.h.

Referenced by ZSTD_compressSubBlock_multi(), and ZSTD_copyBlockSequences().


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