ReactOS 0.4.16-dev-91-g764881a
|
#include <zstd_internal.h>
Public Attributes | |
size_t | compressedSize |
unsigned long long | decompressedBound |
Contains the compressed frame size and an upper-bound for the decompressed frame size. Note: before using compressedSize
, check for errors using ZSTD_isError(). similarly, before using decompressedBound
, check for errors using: decompressedBound != ZSTD_CONTENTSIZE_ERROR
Definition at line 378 of file zstd_internal.h.
size_t ZSTD_frameSizeInfo::compressedSize |
Definition at line 379 of file zstd_internal.h.
Referenced by ZSTD_decompressBound(), ZSTD_errorFrameSizeInfo(), ZSTD_findFrameCompressedSize(), and ZSTD_findFrameSizeInfo().
Definition at line 380 of file zstd_internal.h.
Referenced by ZSTD_decompressBound(), ZSTD_errorFrameSizeInfo(), and ZSTD_findFrameSizeInfo().