Home
last modified time | relevance | path

Searched refs:ZSTD_ErrorCode (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dzstd_errors.h67 } ZSTD_ErrorCode; typedef
72 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
73 ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /*< Same as ZSTD_getErrorN…
H A Dzstd.h48 typedef ZSTD_ErrorCode zstd_error_code;
/openbmc/linux/lib/zstd/common/
H A Dzstd_common.c45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode()
49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString()
H A Derror_private.h36 typedef ZSTD_ErrorCode ERR_enum;