Home
last modified time | relevance | path

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

/external/zstd/tests/fuzz/
Dsimple_compress.c48 FUZZ_ASSERT(ZSTD_getErrorCode(ret) == ZSTD_error_dstSize_tooSmall); in LLVMFuzzerTestOneInput()
Ddecompress_dstSize_tooSmall.c60 FUZZ_ASSERT(ZSTD_getErrorCode(rSize) == ZSTD_error_dstSize_tooSmall); in LLVMFuzzerTestOneInput()
/external/zstd/lib/common/
Dzstd_errors.h73 ZSTD_error_dstSize_tooSmall = 70, enumerator
/external/zstd/programs/
Dbenchzstd.c253 return (size_t)-ZSTD_error_dstSize_tooSmall; in local_defaultDecompress()
/external/zstd/tests/
Dfuzzer.c575 if (ZSTD_getErrorCode(r) != ZSTD_error_dstSize_tooSmall) goto _output_error; } in basicUnitTests()
3419 …CHECK(ZSTD_getErrorCode(errorCode) != ZSTD_error_dstSize_tooSmall, "ZSTD_compressCCtx should have … in fuzzerTests()
3466 …CHECK(ZSTD_getErrorCode(errorCode) != ZSTD_error_dstSize_tooSmall, "ZSTD_decompress should have fa… in fuzzerTests()
Dparamgrill.c1098 return (size_t)-ZSTD_error_dstSize_tooSmall; in local_defaultDecompress()
Dzstreamtest.c719 …CHECK(ZSTD_getErrorCode(r) != ZSTD_error_dstSize_tooSmall, "Must error but got %s", ZSTD_getErrorN… in basicUnitTests()