ReactOS 0.4.16-dev-847-g386fccd
|
#include <zstd_internal.h>
Public Attributes | |
U32 | offset |
U16 | litLength |
U16 | matchLength |
Definition at line 327 of file zstd_internal.h.
U16 seqDef_s::litLength |
Definition at line 329 of file zstd_internal.h.
Referenced by ZSTD_copyBlockSequences(), and ZSTD_getSequenceLength().
U16 seqDef_s::matchLength |
Definition at line 330 of file zstd_internal.h.
Referenced by ZSTD_copyBlockSequences(), and ZSTD_getSequenceLength().
U32 seqDef_s::offset |
Definition at line 328 of file zstd_internal.h.
Referenced by ZSTD_compressSubBlock_multi(), and ZSTD_copyBlockSequences().