Searched refs:FSEv06_isError (Results 1 – 1 of 1) sorted by relevance
685 unsigned FSEv06_isError(size_t code); /* tells if a return value is an error code */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()3823 if (FSEv06_isError(offcodeHeaderSize)) return ERROR(dictionary_corrupted); in ZSTDv06_loadEntropy()[all …]