Home
last modified time | relevance | path

Searched refs:ZSTD_DCtx_reset (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/lib/zstd/decompress/
A Dzstd_decompress.c1556 FORWARD_IF_ERROR( ZSTD_DCtx_reset(zds, ZSTD_reset_session_only) , ""); in ZSTD_initDStream_usingDict()
1573 FORWARD_IF_ERROR( ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only) , ""); in ZSTD_initDStream_usingDDict()
1583 FORWARD_IF_ERROR(ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only), ""); in ZSTD_resetDStream()
1732 size_t ZSTD_DCtx_reset(ZSTD_DCtx* dctx, ZSTD_ResetDirective reset) in ZSTD_DCtx_reset() function
/linux-6.3-rc2/include/linux/
A Dzstd_lib.h580 ZSTDLIB_API size_t ZSTD_DCtx_reset(ZSTD_DCtx* dctx, ZSTD_ResetDirective reset);

Completed in 14 milliseconds