Searched refs:ZSTD_copyCCtx (Results 1 – 3 of 3) sorted by relevance
/external/zstd/lib/ |
D | zstd.h | 2231 ZSTDLIB_API size_t ZSTD_copyCCtx(ZSTD_CCtx* cctx, const ZSTD_CCtx* preparedCCtx, unsigned long long…
|
/external/zstd/tests/ |
D | fuzzer.c | 1618 { 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/ |
D | zstd_compress.c | 2020 size_t ZSTD_copyCCtx(ZSTD_CCtx* dstCCtx, const ZSTD_CCtx* srcCCtx, unsigned long long pledgedSrcSiz… in ZSTD_copyCCtx() function
|