Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_errors.h81 } ZSTD_ErrorCode; typedef
86 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
87 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;
/freebsd/sys/contrib/zstd/lib/
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 DREADME.md50 into a `ZSTD_ErrorCode`, for accurate error handling.
/freebsd/sys/contrib/zstd/lib/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.h47 typedef ZSTD_ErrorCode ERR_enum;