Home
last modified time | relevance | path

Searched refs:ZSTD_reset_session_only (Results 1 – 10 of 10) sorted by relevance

/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()
Dstream_decompress.c87 FUZZ_ZASSERT(ZSTD_DCtx_reset(dstream, ZSTD_reset_session_only)); in LLVMFuzzerTestOneInput()
/external/zstd/examples/
Dmultiple_streaming_compression.c67 CHECK_ZSTD( ZSTD_CCtx_reset(ress.cctx, ZSTD_reset_session_only) ); in compressFile_orDie()
/external/zstd/lib/compress/
Dzstd_compress.c1079 if ( (reset == ZSTD_reset_session_only) in ZSTD_CCtx_reset()
4003 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_resetCStream()
4018 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_internal()
4040 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_usingCDict_advanced()
4051 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_usingCDict()
4071 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_advanced()
4082 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_usingDict()
4096 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_srcSize()
4106 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream()
4171 ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); in ZSTD_compressStream_generic()
[all …]
/external/zstd/contrib/diagnose_corruption/
Dcheck_flipped_bits.c291 ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only); in test_decompress()
/external/zstd/tests/
Dzstreamtest.c711 ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only); in basicUnitTests()
724 ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only); in basicUnitTests()
740 ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only); in basicUnitTests()
863 CHECK_Z(ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only)); in basicUnitTests()
868 CHECK_Z(ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only)); in basicUnitTests()
1057 ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only); in basicUnitTests()
1401 ZSTD_CCtx_reset(zc, ZSTD_reset_session_only); in basicUnitTests()
Dfuzzer.c1194 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in basicUnitTests()
2195 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in basicUnitTests()
/external/zstd/lib/decompress/
Dzstd_decompress.c1355 FORWARD_IF_ERROR( ZSTD_DCtx_reset(zds, ZSTD_reset_session_only) , ""); in ZSTD_initDStream_usingDict()
1372 FORWARD_IF_ERROR( ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only) , ""); in ZSTD_initDStream_usingDDict()
1382 FORWARD_IF_ERROR(ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only), ""); in ZSTD_resetDStream()
1509 if ( (reset == ZSTD_reset_session_only) in ZSTD_DCtx_reset()
/external/zstd/lib/
Dzstd.h486 ZSTD_reset_session_only = 1, enumerator