Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 2 of 2) sorted by relevance

/lib/zstd/common/
Derror_private.c24 case PREFIX(no_error): return "No error detected"; in ERR_getErrorString()
25 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
26 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString()
27 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString()
28 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter"; in ERR_getErrorString()
29 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString()
30 case PREFIX(corruption_detected): return "Corrupted block detected"; in ERR_getErrorString()
31 case PREFIX(checksum_wrong): return "Restored data doesn't match checksum"; in ERR_getErrorString()
32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()
33 case PREFIX(parameter_outOfBound): return "Parameter is out of bound"; in ERR_getErrorString()
[all …]
Derror_private.h37 #define PREFIX(name) ZSTD_error_##name macro
45 #define ZSTD_ERROR(name) ((size_t)-PREFIX(name))