Searched refs:PREFIX (Results 1 – 3 of 3) sorted by relevance
24 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()30 case PREFIX(corruption_detected): return "Corrupted block detected"; in ERR_getErrorString()32 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()34 case PREFIX(init_missing): return "Context should be init first"; in ERR_getErrorString()42 case PREFIX(dictionary_wrong): return "Dictionary mismatch"; in ERR_getErrorString()45 case PREFIX(srcSize_wrong): return "Src size is incorrect"; in ERR_getErrorString()51 case PREFIX(srcBuffer_wrong): return "Source buffer is wrong"; in ERR_getErrorString()[all …]
33 #define PREFIX(name) ZSTD_error_##name macro40 #define ZSTD_ERROR(name) ((size_t)-PREFIX(name))
2 PREFIX=mbedtls_ macro110 f=$(PREFIX)`basename $$p` ; \125 f=$(PREFIX)`basename $$p` ; \
Completed in 10 milliseconds