Home
last modified time | relevance | path

Searched refs:FSEv07_isError (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v07.c1193 unsigned FSEv07_isError(size_t code) { return ERR_isError(code); } in FSEv07_isError() function
1344 if (FSEv07_isError(oSize)) return oSize; in HUFv07_readStats()
1437 #define FSEv07_isError ERR_isError macro
1607 if (FSEv07_isError(errorCode)) return errorCode; } in FSEv07_decompress_usingDTable_generic()
1686 if (FSEv07_isError(NCountLength)) return NCountLength; in FSEv07_decompress()
1693 if (FSEv07_isError(errorCode)) return errorCode; } in FSEv07_decompress()
2916 #define FSEv07_isError ERR_isError macro
3444 if (FSEv07_isError(headerSize)) return ERROR(corruption_detected); in ZSTDv07_buildSeqTable()
4113 if (FSEv07_isError(errorCode)) return ERROR(dictionary_corrupted); } in ZSTDv07_loadEntropy()
4123 if (FSEv07_isError(errorCode)) return ERROR(dictionary_corrupted); } in ZSTDv07_loadEntropy()
[all …]