Home
last modified time | relevance | path

Searched refs:ZSTD_CCtx_reset (Results 1 – 18 of 18) sorted by relevance

/external/zstd/lib/deprecated/
Dzbuff_compress.c77 FORWARD_IF_ERROR(ZSTD_CCtx_reset(zbc, ZSTD_reset_session_only), ""); in ZBUFF_compressInit_advanced()
99 FORWARD_IF_ERROR(ZSTD_CCtx_reset(zbc, ZSTD_reset_session_only), ""); in ZBUFF_compressInitDictionary()
/external/zstd/tests/fuzz/
Dstream_round_trip.c63 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress()
91 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress()
Ddictionary_stream_round_trip.c65 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress()
105 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress()
Dsequence_compression_api.c197 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in roundTripTest()
/external/zstd/tests/
Dzstreamtest.c325 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests()
545 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests()
568 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests()
586 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests()
602 { CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests()
624 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests()
643 CHECK_Z( ZSTD_CCtx_reset(zc, ZSTD_reset_session_only) ); in basicUnitTests()
829 CHECK_Z(ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters)); in basicUnitTests()
845 CHECK_Z(ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters)); in basicUnitTests()
879 CHECK_Z(ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only)); in basicUnitTests()
[all …]
Dfuzzer.c383 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in threadPoolTests()
1401 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in basicUnitTests()
1407 ZSTD_CCtx_reset(cctx, ZSTD_reset_parameters); in basicUnitTests()
2396 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests()
2410 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests()
2423 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests()
2429 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests()
2498 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests()
2503 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in basicUnitTests()
2514 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in basicUnitTests()
[all …]
Dparamgrill.c1045 ZSTD_CCtx_reset(ag->cctx, ZSTD_reset_session_and_parameters); in local_initCCtx()
/external/zstd/examples/
Dmultiple_streaming_compression.c67 CHECK_ZSTD( ZSTD_CCtx_reset(ress.cctx, ZSTD_reset_session_only) ); in compressFile_orDie()
/external/zstd/contrib/linux-kernel/
Dzstd_compress_module.c30 ZSTD_FORWARD_IF_ERR(ZSTD_CCtx_reset( in zstd_cctx_init()
/external/zstd/lib/compress/
Dzstd_compress.c103 { size_t const err = ZSTD_CCtx_reset(cctx, ZSTD_reset_parameters); in ZSTD_initCCtx()
1211 size_t ZSTD_CCtx_reset(ZSTD_CCtx* cctx, ZSTD_ResetDirective reset) in ZSTD_CCtx_reset() function
5206 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_resetCStream()
5221 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_internal()
5243 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_usingCDict_advanced()
5254 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_usingCDict()
5274 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_advanced()
5285 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_usingDict()
5299 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_srcSize()
5309 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream()
[all …]
/external/zstd/contrib/seekable_format/
Dzstdseek_compress.c222 ZSTD_CCtx_reset(zcs->cstream, ZSTD_reset_session_only); in ZSTD_seekable_endFrame()
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c273 initErr |= ZSTD_isError(ZSTD_CCtx_reset(zbc, ZSTD_reset_session_only)); in BMK_benchMem()
286 rSize = ZSTD_CCtx_reset(zbc, ZSTD_reset_session_only); in BMK_benchMem()
/external/zstd/contrib/pzstd/
DPzstd.cpp277 auto err = ZSTD_CCtx_reset(ctx.get(), ZSTD_reset_session_only); in compress()
/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.c215 initErr |= ZSTD_isError(ZSTD_CCtx_reset(zwc->zbc, ZSTD_reset_session_only)); in ZWRAP_initializeCStream()
384 size_t resetErr = ZSTD_CCtx_reset(zwc->zbc, ZSTD_reset_session_only); in z_deflate()
/external/zstd/tests/regression/
Dmethod.c317 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_and_parameters); in advanced_config()
/external/zstd/lib/
Dzstd.h510 ZSTDLIB_API size_t ZSTD_CCtx_reset(ZSTD_CCtx* cctx, ZSTD_ResetDirective reset);
/external/zstd/programs/
Dbenchzstd.c171 ZSTD_CCtx_reset(ctx, ZSTD_reset_session_and_parameters); in BMK_initCCtx()
/external/zstd/
DCHANGELOG349 api : change : clarify ZSTD_CCtx_reset() vs ZSTD_CCtx_resetParameters(), by @terrelln