ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <zstd_internal.h>
Public Attributes | |
blockType_e | blockType |
U32 | lastBlock |
U32 | origSize |
Definition at line 424 of file zstd_internal.h.
blockType_e blockProperties_t::blockType |
Definition at line 425 of file zstd_internal.h.
Referenced by ZSTD_decompressContinue(), ZSTD_decompressFrame(), and ZSTD_getcBlockSize().
U32 blockProperties_t::lastBlock |
Definition at line 426 of file zstd_internal.h.
Referenced by ZSTD_decompressContinue(), ZSTD_decompressFrame(), ZSTD_findFrameSizeInfo(), and ZSTD_getcBlockSize().
U32 blockProperties_t::origSize |
Definition at line 427 of file zstd_internal.h.
Referenced by ZSTD_decompressContinue(), ZSTD_decompressFrame(), and ZSTD_getcBlockSize().