ReactOS 0.4.16-dev-125-g798ea90
|
#include <zstd.h>
Public Attributes | |
size_t | error |
int | lowerBound |
int | upperBound |
size_t ZSTD_bounds::error |
Definition at line 420 of file zstd.h.
Referenced by ZSTD_cParam_clampBounds(), ZSTD_cParam_getBounds(), ZSTD_dParam_getBounds(), and ZSTD_dParam_withinBounds().
int ZSTD_bounds::lowerBound |
Definition at line 421 of file zstd.h.
Referenced by ZSTD_cParam_clampBounds(), ZSTD_cParam_getBounds(), ZSTD_DCtx_setMaxWindowSize(), ZSTD_dParam_getBounds(), and ZSTD_dParam_withinBounds().
int ZSTD_bounds::upperBound |
Definition at line 422 of file zstd.h.
Referenced by ZSTD_cParam_clampBounds(), ZSTD_cParam_getBounds(), ZSTD_DCtx_setMaxWindowSize(), ZSTD_dParam_getBounds(), and ZSTD_dParam_withinBounds().