Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/lib/common/
H A Dzstd_errors.h82 } ZSTD_ErrorCode; typedef
87 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
88 ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /**< Same as ZSTD_getError…
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.h45 typedef ZSTD_ErrorCode ERR_enum;