Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/examples/
H A Dmultiple_streaming_compression.c67 CHECK_ZSTD( ZSTD_CCtx_reset(ress.cctx, ZSTD_reset_session_only) ); in compressFile_orDie()
/f-stack/freebsd/contrib/zstd/lib/compress/
H A 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()
4171 ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); in ZSTD_compressStream_generic()
4244 ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); in ZSTD_compressStream_generic()
4274 ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); in ZSTD_compressStream_generic()
4455 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in ZSTD_compressStream2()
[all …]
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A 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()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h490 ZSTD_reset_session_only = 1, enumerator
H A Dzstd.c3550 ZSTD_reset_session_only = 1, enumerator
14048 if ( (reset == ZSTD_reset_session_only) in ZSTD_CCtx_reset()
16765 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_resetCStream()
16780 FORWARD_IF_ERROR( ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only) , ""); in ZSTD_initCStream_internal()
16927 ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); in ZSTD_compressStream_generic()
16981 ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); in ZSTD_compressStream_generic()
17010 ZSTD_CCtx_reset(zcs, ZSTD_reset_session_only); in ZSTD_compressStream_generic()
17116 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in ZSTD_compressStream2()
17153 ZSTD_CCtx_reset(cctx, ZSTD_reset_session_only); in ZSTD_compress2()
25870 FORWARD_IF_ERROR(ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only), ""); in ZSTD_resetDStream()
[all …]
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h486 ZSTD_reset_session_only = 1, enumerator