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

/linux-master/include/linux/
H A Dzstd_errors.h67 } ZSTD_ErrorCode; typedef in typeref:enum:__anon226
70 convert a `size_t` function result into a `ZSTD_ErrorCode` enum type,
72 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
73 ZSTDERRORLIB_API const char* ZSTD_getErrorString(ZSTD_ErrorCode code); /*< Same as ZSTD_getErrorName, but using a `ZSTD_ErrorCode` enum argument */
H A Dzstd.h48 typedef ZSTD_ErrorCode zstd_error_code;
/linux-master/lib/zstd/common/
H A Dzstd_common.c45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); }
49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); }
H A Derror_private.h36 typedef ZSTD_ErrorCode ERR_enum;

Completed in 194 milliseconds