Searched refs:FSEv05_isError (Results 1 – 1 of 1) sorted by relevance
1275 unsigned FSEv05_isError(size_t code) { return ERR_isError(code); } in FSEv05_isError() function1445 if (FSEv05_isError(errorCode)) return errorCode; in FSEv05_decompress_usingDTable_generic()1524 if (FSEv05_isError(errorCode)) return errorCode; in FSEv05_decompress()1530 if (FSEv05_isError(errorCode)) return errorCode; in FSEv05_decompress()1833 if (FSEv05_isError(oSize)) return oSize; in HUFv05_readStats()3069 if (FSEv05_isError(headerSize)) return ERROR(GENERIC); in ZSTDv05_decodeSeqHeaders()3093 if (FSEv05_isError(headerSize)) return ERROR(GENERIC); in ZSTDv05_decodeSeqHeaders()3117 if (FSEv05_isError(headerSize)) return ERROR(GENERIC); in ZSTDv05_decodeSeqHeaders()3689 if (FSEv05_isError(errorCode)) return ERROR(dictionary_corrupted); in ZSTDv05_loadEntropy()3697 if (FSEv05_isError(errorCode)) return ERROR(dictionary_corrupted); in ZSTDv05_loadEntropy()[all …]