Searched refs:ZSTD_DCtx_refDDict (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dzstd_lib.h794 * ZSTD_DCtx_refDDict(zds, NULL);
1005 /*! ZSTD_DCtx_refDDict() : Requires v1.4.0+
1021 ZSTDLIB_API size_t ZSTD_DCtx_refDDict(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict);
2131 * WARNING: Enabling this parameter and calling ZSTD_DCtx_refDDict(), will trigger memory
2330 * ZSTD_DCtx_refDDict(zds, ddict);
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c1593 FORWARD_IF_ERROR( ZSTD_DCtx_refDDict(dctx, ddict) , "");
1607 size_t ZSTD_DCtx_refDDict(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict) function

Completed in 161 milliseconds