Home
last modified time | relevance | path

Searched refs:ZSTD_getErrorName (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/perf/util/
Dzstd.c20 pr_err("Failed to initialize decompression stream: %s\n", ZSTD_getErrorName(ret)); in zstd_init()
35 pr_err("Failed to initialize compression stream: %s\n", ZSTD_getErrorName(ret)); in zstd_init()
78 (long)src_size, ZSTD_getErrorName(ret)); in zstd_compress_stream_to_records()
103 src_size, output.size, dst_size, ZSTD_getErrorName(ret)); in zstd_decompress_stream()
/linux-5.19.10/lib/zstd/common/
Dzstd_common.c41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() function
/linux-5.19.10/lib/zstd/
Dzstd_decompress_module.c35 return ZSTD_getErrorName(code); in zstd_get_error_name()
/linux-5.19.10/include/linux/
Dzstd_lib.h167 ZSTDLIB_API const char* ZSTD_getErrorName(size_t code); /*!< provides readable string from an e…
/linux-5.19.10/lib/zstd/compress/
Dzstd_compress_superblock.c364 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()