Project Alice
Loading...
Searching...
No Matches
seqStore_t Struct Reference

#include <zstd_internal.h>

Collaboration diagram for seqStore_t:

Public Attributes

seqDefsequencesStart
 
seqDefsequences
 
BYTElitStart
 
BYTElit
 
BYTEllCode
 
BYTEmlCode
 
BYTEofCode
 
size_t maxNbSeq
 
size_t maxNbLit
 
ZSTD_longLengthType_e longLengthType
 
U32 longLengthPos
 

Detailed Description

Definition at line 294 of file zstd_internal.h.

Member Data Documentation

◆ lit

BYTE* seqStore_t::lit

Definition at line 298 of file zstd_internal.h.

◆ litStart

BYTE* seqStore_t::litStart

Definition at line 297 of file zstd_internal.h.

◆ llCode

BYTE* seqStore_t::llCode

Definition at line 299 of file zstd_internal.h.

◆ longLengthPos

U32 seqStore_t::longLengthPos

Definition at line 310 of file zstd_internal.h.

◆ longLengthType

ZSTD_longLengthType_e seqStore_t::longLengthType

Definition at line 309 of file zstd_internal.h.

◆ maxNbLit

size_t seqStore_t::maxNbLit

Definition at line 303 of file zstd_internal.h.

◆ maxNbSeq

size_t seqStore_t::maxNbSeq

Definition at line 302 of file zstd_internal.h.

◆ mlCode

BYTE* seqStore_t::mlCode

Definition at line 300 of file zstd_internal.h.

◆ ofCode

BYTE* seqStore_t::ofCode

Definition at line 301 of file zstd_internal.h.

◆ sequences

seqDef* seqStore_t::sequences

Definition at line 296 of file zstd_internal.h.

◆ sequencesStart

seqDef* seqStore_t::sequencesStart

Definition at line 295 of file zstd_internal.h.


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