Searched refs:ZSTD_reset_session_only (Results 1 – 10 of 10) sorted by relevance
/external/zstd/tests/fuzz/ |
D | stream_round_trip.c | 63 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress() 91 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress()
|
D | dictionary_stream_round_trip.c | 65 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress() 105 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in compress()
|
D | stream_decompress.c | 87 FUZZ_ZASSERT(ZSTD_DCtx_reset(dstream, ZSTD_reset_session_only)); in LLVMFuzzerTestOneInput()
|
/external/zstd/examples/ |
D | multiple_streaming_compression.c | 67 CHECK_ZSTD( ZSTD_CCtx_reset(ress.cctx, ZSTD_reset_session_only) ); in compressFile_orDie()
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 1079 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/ |
D | check_flipped_bits.c | 291 ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only); in test_decompress()
|
/external/zstd/tests/ |
D | zstreamtest.c | 711 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()
|
D | fuzzer.c | 1194 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/ |
D | zstd_decompress.c | 1355 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/ |
D | zstd.h | 486 ZSTD_reset_session_only = 1, enumerator
|