Searched refs:ZSTD_getErrorName (Results 1 – 7 of 7) sorted by relevance
20 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()
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() function
35 return ZSTD_getErrorName(code); in zstd_get_error_name()
167 ZSTDLIB_API const char* ZSTD_getErrorName(size_t code); /*!< provides readable string from an e…
364 DEBUGLOG(5, "Failed to write entropy tables %s", ZSTD_getErrorName(cSize)); in ZSTD_compressSubBlock_literal()
16962 ffff8000104b28d0 T ZSTD_getErrorName
Completed in 333 milliseconds