Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/tests/
Dframetest.c310 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()
/lz4-3.4.0-2.7.6/lib/
Dlz4frame.h540 LZ4FLIB_STATIC_API LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
Dlz4frame.c261 LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult) in LZ4F_getErrorCode() function