Searched refs:FSE_isError (Results 1 – 6 of 6) sorted by relevance
29 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() function77 if (FSE_isError(countSize)) return countSize; in FSE_readNCount_body()286 if (FSE_isError(oSize)) return oSize; in HUF_readStats_body()
30 #define FSE_isError ERR_isError macro328 if (FSE_isError(NCountLength)) return NCountLength; in FSE_decompress_wksp_body()
39 #define FSE_isError ERR_isError macro
82 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error …
1282 RETURN_ERROR_IF(FSE_isError(offcodeHeaderSize), dictionary_corrupted, ""); in ZSTD_loadDEntropy()1297 RETURN_ERROR_IF(FSE_isError(matchlengthHeaderSize), dictionary_corrupted, ""); in ZSTD_loadDEntropy()1312 RETURN_ERROR_IF(FSE_isError(litlengthHeaderSize), dictionary_corrupted, ""); in ZSTD_loadDEntropy()
634 RETURN_ERROR_IF(FSE_isError(headerSize), corruption_detected, ""); in ZSTD_buildSeqTable()
Completed in 20 milliseconds