Searched refs:LZ4F_getErrorCode (Results 1 – 3 of 3) sorted by relevance
310 if (LZ4F_getErrorCode(fiError) != LZ4F_ERROR_frameHeader_incomplete) { in basicTests()321 if (LZ4F_getErrorCode(fiError) != LZ4F_ERROR_frameHeader_incomplete) { in basicTests()694 LZ4F_getErrorCode(result) != LZ4F_ERROR_maxBlockSize_invalid) in basicTests()700 LZ4F_getErrorCode(result) != LZ4F_ERROR_maxBlockSize_invalid) in basicTests()868 if (LZ4F_getErrorCode(moreToFlush) == LZ4F_ERROR_contentChecksum_invalid) { in test_lz4f_decompression_wBuffers()
540 LZ4FLIB_STATIC_API LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
261 LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult) in LZ4F_getErrorCode() function