Searched refs:FSEv06_isError (Results 1 – 1 of 1) sorted by relevance
682 unsigned FSEv06_isError(size_t code); /* tells if a return value is an error code */1247 unsigned FSEv06_isError(size_t code) { return ERR_isError(code); } in FSEv06_isError() function1413 #define FSEv06_isError ERR_isError macro1583 if (FSEv06_isError(errorCode)) return errorCode; } in FSEv06_decompress_usingDTable_generic()1662 if (FSEv06_isError(NCountLength)) return NCountLength; in FSEv06_decompress()1669 if (FSEv06_isError(errorCode)) return errorCode; } in FSEv06_decompress()1888 if (FSEv06_isError(oSize)) return oSize; in HUFv06_readStats()2788 #define FSEv06_isError ERR_isError macro3210 if (FSEv06_isError(headerSize)) return ERROR(corruption_detected); in ZSTDv06_buildSeqTable()3819 if (FSEv06_isError(offcodeHeaderSize)) return ERROR(dictionary_corrupted); in ZSTDv06_loadEntropy()[all …]