Home
last modified time | relevance | path

Searched refs:ZSTD_decompressDCtx (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
Dsimple_decompress.c43 ZSTD_decompressDCtx(dctx, rBuf, neededBufSize, src, size); in LLVMFuzzerTestOneInput()
Dsimple_round_trip.c55 return ZSTD_decompressDCtx(dctx, result, resultCapacity, compressed, cSize); in roundTripTest()
Dstream_round_trip.c151 ZSTD_decompressDCtx(dctx, rBuf, neededBufSize, cBuf, cSize); in LLVMFuzzerTestOneInput()
/freebsd-12-stable/sys/contrib/zstd/tests/
Dsymbols.c41 &ZSTD_decompressDCtx,
Dfuzzer.c445 { size_t const r = ZSTD_decompressDCtx(staticDCtx, in basicUnitTests()
1083 …{ size_t const decodeResult = ZSTD_decompressDCtx(dctx, decodedBuffer, CNBuffSize, compressedBuf… in basicUnitTests()
/freebsd-12-stable/sys/contrib/zstd/lib/
Dzstd.h170 ZSTDLIB_API size_t ZSTD_decompressDCtx(ZSTD_DCtx* ctx,
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
Dzstd_decompress.c1966 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t … in ZSTD_decompressDCtx() function
1978 regenSize = ZSTD_decompressDCtx(dctx, dst, dstCapacity, src, srcSize); in ZSTD_decompress()
1983 return ZSTD_decompressDCtx(&dctx, dst, dstCapacity, src, srcSize); in ZSTD_decompress()
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
Dzstd_v03.c2886 static size_t ZSTD_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, const void* src, size_t … in ZSTD_decompressDCtx() function
2947 return ZSTD_decompressDCtx(&ctx, dst, maxDstSize, src, srcSize); in ZSTD_decompress()
Dzstd_v02.c3245 static size_t ZSTD_decompressDCtx(void* ctx, void* dst, size_t maxDstSize, const void* src, size_t … in ZSTD_decompressDCtx() function
3306 return ZSTD_decompressDCtx(&ctx, dst, maxDstSize, src, srcSize); in ZSTD_decompress()