Project Alice
|
#include <zstd_compress_internal.h>
Public Attributes | |
ZSTD_compressedBlockState_t * | prevCBlock |
ZSTD_compressedBlockState_t * | nextCBlock |
ZSTD_matchState_t | matchState |
Definition at line 256 of file zstd_compress_internal.h.
ZSTD_matchState_t ZSTD_blockState_t::matchState |
Definition at line 259 of file zstd_compress_internal.h.
ZSTD_compressedBlockState_t* ZSTD_blockState_t::nextCBlock |
Definition at line 258 of file zstd_compress_internal.h.
ZSTD_compressedBlockState_t* ZSTD_blockState_t::prevCBlock |
Definition at line 257 of file zstd_compress_internal.h.