Searched refs:ZSTD_getErrorCode (Results 1 – 6 of 6) sorted by relevance
84 ZSTDERRORLIB_API ZSTD_ErrorCode ZSTD_getErrorCode(size_t functionResult);
43 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() function
114 &ZSTD_getErrorCode,
362 if (ZSTD_getErrorCode((size_t)r) != ZSTD_error_srcSize_wrong) goto _output_error; } in basicUnitTests()368 if (ZSTD_getErrorCode(r) != ZSTD_error_srcSize_wrong) goto _output_error; } in basicUnitTests()856 if (ZSTD_getErrorCode(ret) != ZSTD_error_dictionary_corrupted) goto _output_error; in basicUnitTests()1002 if (ZSTD_getErrorCode(r) != ZSTD_error_srcSize_wrong) goto _output_error; } in basicUnitTests()1021 if (ZSTD_getErrorCode(result) != ZSTD_error_srcSize_wrong) goto _output_error; in basicUnitTests()1084 if (ZSTD_getErrorCode(decodeResult) != ZSTD_error_prefix_unknown) goto _output_error; in basicUnitTests()
446 …if (ZSTD_getErrorCode(r) != ZSTD_error_srcSize_wrong) goto _output_error; /* must fail : wrong … in basicUnitTests()459 …if (ZSTD_getErrorCode(r) != ZSTD_error_srcSize_wrong) goto _output_error; /* must fail : wrong … in basicUnitTests()1153 if (ZSTD_getErrorCode(decompressionResult) == ZSTD_error_checksum_wrong) { in fuzzerTests()
1203 if (ZSTD_getErrorCode(err) != ZSTD_error_frameParameter_windowTooLarge) in FIO_zstdErrorHelp()