Searched refs:LZ4F_getErrorCode (Results 1 – 3 of 3) sorted by relevance
358 if (LZ4F_getErrorCode(fiError) != LZ4F_ERROR_frameHeader_incomplete) { in basicTests()369 if (LZ4F_getErrorCode(fiError) != LZ4F_ERROR_frameHeader_incomplete) { in basicTests()755 LZ4F_getErrorCode(result) != LZ4F_ERROR_maxBlockSize_invalid) in basicTests()761 LZ4F_getErrorCode(result) != LZ4F_ERROR_maxBlockSize_invalid) in basicTests()930 if (LZ4F_getErrorCode(moreToFlush) == LZ4F_ERROR_contentChecksum_invalid) { in test_lz4f_decompression_wBuffers()
559 LZ4FLIB_STATIC_API LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
302 LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult) in LZ4F_getErrorCode() function