Lines Matching full:prefix

25     case PREFIX(no_error): return "No error detected";  in ERR_getErrorString()
26 case PREFIX(GENERIC): return "Error (generic)"; in ERR_getErrorString()
27 case PREFIX(prefix_unknown): return "Unknown frame descriptor"; in ERR_getErrorString()
28 case PREFIX(version_unsupported): return "Version not supported"; in ERR_getErrorString()
29 case PREFIX(frameParameter_unsupported): return "Unsupported frame parameter"; in ERR_getErrorString()
30 … case PREFIX(frameParameter_windowTooLarge): return "Frame requires too much memory for decoding"; in ERR_getErrorString()
31 case PREFIX(corruption_detected): return "Data corruption detected"; in ERR_getErrorString()
32 case PREFIX(checksum_wrong): return "Restored data doesn't match checksum"; in ERR_getErrorString()
33 …case PREFIX(literals_headerWrong): return "Header of Literals' block doesn't respect format specif… in ERR_getErrorString()
34 case PREFIX(parameter_unsupported): return "Unsupported parameter"; in ERR_getErrorString()
35 case PREFIX(parameter_combination_unsupported): return "Unsupported combination of parameters"; in ERR_getErrorString()
36 case PREFIX(parameter_outOfBound): return "Parameter is out of bound"; in ERR_getErrorString()
37 case PREFIX(init_missing): return "Context should be init first"; in ERR_getErrorString()
38 case PREFIX(memory_allocation): return "Allocation error : not enough memory"; in ERR_getErrorString()
39 case PREFIX(workSpace_tooSmall): return "workSpace buffer is not large enough"; in ERR_getErrorString()
40 case PREFIX(stage_wrong): return "Operation not authorized at current processing stage"; in ERR_getErrorString()
41 case PREFIX(tableLog_tooLarge): return "tableLog requires too much memory : unsupported"; in ERR_getErrorString()
42 case PREFIX(maxSymbolValue_tooLarge): return "Unsupported max Symbol Value : too large"; in ERR_getErrorString()
43 case PREFIX(maxSymbolValue_tooSmall): return "Specified maxSymbolValue is too small"; in ERR_getErrorString()
44 …case PREFIX(cannotProduce_uncompressedBlock): return "This mode cannot generate an uncompressed bl… in ERR_getErrorString()
45 …case PREFIX(stabilityCondition_notRespected): return "pledged buffer stability condition is not re… in ERR_getErrorString()
46 case PREFIX(dictionary_corrupted): return "Dictionary is corrupted"; in ERR_getErrorString()
47 case PREFIX(dictionary_wrong): return "Dictionary mismatch"; in ERR_getErrorString()
48 case PREFIX(dictionaryCreation_failed): return "Cannot create Dictionary from provided samples"; in ERR_getErrorString()
49 case PREFIX(dstSize_tooSmall): return "Destination buffer is too small"; in ERR_getErrorString()
50 case PREFIX(srcSize_wrong): return "Src size is incorrect"; in ERR_getErrorString()
51 case PREFIX(dstBuffer_null): return "Operation on NULL destination buffer"; in ERR_getErrorString()
52 …case PREFIX(noForwardProgress_destFull): return "Operation made no progress over multiple calls, d… in ERR_getErrorString()
53 …case PREFIX(noForwardProgress_inputEmpty): return "Operation made no progress over multiple calls,… in ERR_getErrorString()
55 case PREFIX(frameIndex_tooLarge): return "Frame index is too large"; in ERR_getErrorString()
56 case PREFIX(seekableIO): return "An I/O error occurred when reading/seeking"; in ERR_getErrorString()
57 case PREFIX(dstBuffer_wrong): return "Destination buffer is wrong"; in ERR_getErrorString()
58 case PREFIX(srcBuffer_wrong): return "Source buffer is wrong"; in ERR_getErrorString()
59 …case PREFIX(sequenceProducer_failed): return "Block-level external sequence producer returned an e… in ERR_getErrorString()
60 case PREFIX(externalSequences_invalid): return "External sequences are not valid"; in ERR_getErrorString()
61 case PREFIX(maxCode): in ERR_getErrorString()