Home
last modified time | relevance | path

Searched refs:ZSTD_copyCCtx (Results 1 – 3 of 3) sorted by relevance

/external/zstd/lib/
Dzstd.h2231 ZSTDLIB_API size_t ZSTD_copyCCtx(ZSTD_CCtx* cctx, const ZSTD_CCtx* preparedCCtx, unsigned long long…
/external/zstd/tests/
Dfuzzer.c1618 { size_t const copyResult = ZSTD_copyCCtx(ctxDuplicated, ctxOrig, 0); in basicUnitTests()
1624 …CHECK( ZSTD_copyCCtx(ctxDuplicated, ctxOrig, 0) ); /* Begin_usingDict implies unknown srcSize, so … in basicUnitTests()
1688 CHECK( ZSTD_copyCCtx(ctxDuplicated, ctxOrig, testSize) ); in basicUnitTests()
3534 CHECK_Z( ZSTD_copyCCtx(ctx, refCtx, 0) ); in fuzzerTests()
/external/zstd/lib/compress/
Dzstd_compress.c2020 size_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSiz… in ZSTD_copyCCtx() function