Searched refs:ZSTD_DCtx_reset (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/zstd/ |
| H A D | zstd_decompress_module.c | 116 return ZSTD_DCtx_reset(dstream, ZSTD_reset_session_only); in zstd_reset_dstream()
|
| /linux/lib/zstd/decompress/ |
| H A D | zstd_decompress.c | 1667 FORWARD_IF_ERROR( ZSTD_DCtx_reset(zds, ZSTD_reset_session_only) , ""); in ZSTD_initDStream_usingDict() 1676 FORWARD_IF_ERROR(ZSTD_DCtx_reset(zds, ZSTD_reset_session_only), ""); in ZSTD_initDStream() 1687 FORWARD_IF_ERROR( ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only) , ""); in ZSTD_initDStream_usingDDict() 1698 FORWARD_IF_ERROR(ZSTD_DCtx_reset(dctx, ZSTD_reset_session_only), ""); in ZSTD_resetDStream() 1870 size_t ZSTD_DCtx_reset(ZSTD_DCtx* dctx, ZSTD_ResetDirective reset) in ZSTD_DCtx_reset() function
|
| /linux/include/linux/ |
| H A D | zstd_lib.h | 673 ZSTDLIB_API size_t ZSTD_DCtx_reset(ZSTD_DCtx* dctx, ZSTD_ResetDirective reset);
|