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

#include <zstd_compress_internal.h>

Collaboration diagram for ZSTD_blockState_t:

Public Attributes

ZSTD_compressedBlockState_tprevCBlock
 
ZSTD_compressedBlockState_tnextCBlock
 
ZSTD_matchState_t matchState
 

Detailed Description

Definition at line 256 of file zstd_compress_internal.h.

Member Data Documentation

◆ matchState

ZSTD_matchState_t ZSTD_blockState_t::matchState

Definition at line 259 of file zstd_compress_internal.h.

◆ nextCBlock

ZSTD_compressedBlockState_t* ZSTD_blockState_t::nextCBlock

Definition at line 258 of file zstd_compress_internal.h.

◆ prevCBlock

ZSTD_compressedBlockState_t* ZSTD_blockState_t::prevCBlock

Definition at line 257 of file zstd_compress_internal.h.


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