Searched refs:FSEv06_isError (Results 1 – 1 of 1) sorted by relevance
1251 unsigned FSEv06_isError(size_t code) { return ERR_isError(code); } in FSEv06_isError() function1417 #define FSEv06_isError ERR_isError macro1587 if (FSEv06_isError(errorCode)) return errorCode; } in FSEv06_decompress_usingDTable_generic()1666 if (FSEv06_isError(NCountLength)) return NCountLength; in FSEv06_decompress()1673 if (FSEv06_isError(errorCode)) return errorCode; } in FSEv06_decompress()1892 if (FSEv06_isError(oSize)) return oSize; in HUFv06_readStats()2792 #define FSEv06_isError ERR_isError macro3214 if (FSEv06_isError(headerSize)) return ERROR(corruption_detected); in ZSTDv06_buildSeqTable()3826 if (FSEv06_isError(errorCode)) return ERROR(dictionary_corrupted); } in ZSTDv06_loadEntropy()3837 if (FSEv06_isError(errorCode)) return ERROR(dictionary_corrupted); } in ZSTDv06_loadEntropy()[all …]