Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dzstd_errors.h72 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
/linux-5.19.10/lib/zstd/common/
Dzstd_common.c45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() function
/linux-5.19.10/lib/zstd/
Dzstd_decompress_module.c29 return ZSTD_getErrorCode(code); in zstd_get_error_code()
/linux-5.19.10/lib/zstd/decompress/
Dzstd_decompress.c919 (ZSTD_getErrorCode(res) == ZSTD_error_prefix_unknown) in ZSTD_decompressMultiFrame()