Home
last modified time | relevance | path

Searched refs:ZSTD_compressCCtx (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/tests/
Dsymbols.c38 &ZSTD_compressCCtx,
Dfuzzer.c194 … CHECK_Z( ZSTD_compressCCtx(cctx, outBuffer, outSize, inBuffer, inSize, compressionLevel) ); in FUZ_mallocTests()
310 CHECKPLUS(r, ZSTD_compressCCtx(cctx, in basicUnitTests()
373 … size_t const r = ZSTD_compressCCtx(cctx, compressedBuffer, compressedBufferSize, NULL, 0, 19); in basicUnitTests()
437 CHECKPLUS(r, ZSTD_compressCCtx(staticCCtx, in basicUnitTests()
1447 cSize = ZSTD_compressCCtx(ctx, cBuffer, cBufferSize, sampleBuffer, sampleSize, cLevel); in fuzzerTests()
1456 …{ size_t const errorCode = ZSTD_compressCCtx(ctx, dstBuffer, tooSmallSize, sampleBuffer, sampleSiz… in fuzzerTests()
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
Dsimple_round_trip.c51 cSize = ZSTD_compressCCtx( in roundTripTest()
/freebsd-12-stable/sys/contrib/zstd/lib/
Dzstd.h153 ZSTDLIB_API size_t ZSTD_compressCCtx(ZSTD_CCtx* ctx,
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/
Dzwrapbench.c249 rSize = ZSTD_compressCCtx (ctx, in BMK_benchMem()
/freebsd-12-stable/sys/contrib/zstd/lib/compress/
Dzstd_compress.c2571 size_t ZSTD_compressCCtx (ZSTD_CCtx* cctx, void* dst, size_t dstCapacity, const void* src, size_t s… in ZSTD_compressCCtx() function
2583 result = ZSTD_compressCCtx(&ctxBody, dst, dstCapacity, src, srcSize, compressionLevel); in ZSTD_compress()