Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
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…
A Dzstd.h48 typedef ZSTD_ErrorCode zstd_error_code;
/linux-6.3-rc2/lib/zstd/common/
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()
A Derror_private.h36 typedef ZSTD_ErrorCode ERR_enum;

Completed in 4 milliseconds