Searched refs:ZSTD_error_dstSize_tooSmall (Results 1 – 7 of 7) sorted by relevance
48 FUZZ_ASSERT(ZSTD_getErrorCode(ret) == ZSTD_error_dstSize_tooSmall); in LLVMFuzzerTestOneInput()
60 FUZZ_ASSERT(ZSTD_getErrorCode(rSize) == ZSTD_error_dstSize_tooSmall); in LLVMFuzzerTestOneInput()
73 ZSTD_error_dstSize_tooSmall = 70, enumerator
253 return (size_t)-ZSTD_error_dstSize_tooSmall; in local_defaultDecompress()
575 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()
1098 return (size_t)-ZSTD_error_dstSize_tooSmall; in local_defaultDecompress()
719 …CHECK(ZSTD_getErrorCode(r) != ZSTD_error_dstSize_tooSmall, "Must error but got %s", ZSTD_getErrorN… in basicUnitTests()