Lines Matching full:prefix

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()
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()
34 case PREFIX(init_missing): return "Context should be init first"; in ERR_getErrorString()
35 case PREFIX(memory_allocation): return "Allocation error : not enough memory"; in ERR_getErrorString()
36 case PREFIX(workSpace_tooSmall): return "workSpace buffer is not large enough"; in ERR_getErrorString()
37 case PREFIX(stage_wrong): return "Operation not authorized at current processing stage"; in ERR_getErrorString()
38 case PREFIX(tableLog_tooLarge): return "tableLog requires too much memory : unsupported"; in ERR_getErrorString()
39 case PREFIX(maxSymbolValue_tooLarge): return "Unsupported max Symbol Value : too large"; in ERR_getErrorString()
40 case PREFIX(maxSymbolValue_tooSmall): return "Specified maxSymbolValue is too small"; in ERR_getErrorString()
41 case PREFIX(dictionary_corrupted): return "Dictionary is corrupted"; in ERR_getErrorString()
42 case PREFIX(dictionary_wrong): return "Dictionary mismatch"; in ERR_getErrorString()
43 case PREFIX(dictionaryCreation_failed): return "Cannot create Dictionary from provided samples"; in ERR_getErrorString()
44 case PREFIX(dstSize_tooSmall): return "Destination buffer is too small"; in ERR_getErrorString()
45 case PREFIX(srcSize_wrong): return "Src size is incorrect"; in ERR_getErrorString()
46 case PREFIX(dstBuffer_null): return "Operation on NULL destination buffer"; in ERR_getErrorString()
48 case PREFIX(frameIndex_tooLarge): return "Frame index is too large"; in ERR_getErrorString()
49 case PREFIX(seekableIO): return "An I/O error occurred when reading/seeking"; in ERR_getErrorString()
50 case PREFIX(dstBuffer_wrong): return "Destination buffer is wrong"; in ERR_getErrorString()
51 case PREFIX(srcBuffer_wrong): return "Source buffer is wrong"; in ERR_getErrorString()
52 case PREFIX(maxCode): in ERR_getErrorString()