|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stddef.h>

Go to the source code of this file.
Macros | |
| #define | ZSTDERRORLIB_VISIBILITY |
| #define | ZSTDERRORLIB_API ZSTDERRORLIB_VISIBILITY |
Functions | |
| ZSTDERRORLIB_API ZSTD_ErrorCode | ZSTD_getErrorCode (size_t functionResult) |
| ZSTDERRORLIB_API const char * | ZSTD_getErrorString (ZSTD_ErrorCode code) |
| #define ZSTDERRORLIB_API ZSTDERRORLIB_VISIBILITY |
Definition at line 35 of file zstd_errors.h.
| #define ZSTDERRORLIB_VISIBILITY |
Definition at line 27 of file zstd_errors.h.
Definition at line 52 of file zstd_errors.h.
| ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode | ( | size_t | code | ) |
ZSTD_getErrorCode() : convert a size_t function result into a ZSTD_ErrorCode enum type, which can be used to compare with enum list published above
ZSTD_getError() : convert a size_t function result into a proper ZSTD_errorCode enum
Definition at line 45 of file zstd_common.c.
Referenced by ZSTD_decompressMultiFrame().
| ZSTDERRORLIB_API const char * ZSTD_getErrorString | ( | ZSTD_ErrorCode | code | ) |
Same as ZSTD_getErrorName, but using a ZSTD_ErrorCode enum argument
ZSTD_getErrorString() : provides error code string from enum
Definition at line 49 of file zstd_common.c.