Searched refs:ZSTD_ErrorCode (Results 1 – 7 of 7) sorted by relevance
81 } ZSTD_ErrorCode; typedef86 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);87 ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /**< Same as ZSTD_getError…
45 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()
45 typedef ZSTD_ErrorCode ERR_enum;
82 } ZSTD_ErrorCode; typedef87 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);88 ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /**< Same as ZSTD_getError…
50 into a `ZSTD_ErrorCode`, for accurate error handling.
47 typedef ZSTD_ErrorCode ERR_enum;