Searched refs:ZSTD_DCtx_refDDict (Results 1 – 5 of 5) sorted by relevance
294 ZSTD_DCtx_refDDict(dctx, custom_ddict); in test_decompress()296 ZSTD_DCtx_refDDict(dctx, stuff->ddict); in test_decompress()
1008 ZSTDLIB_API size_t ZSTD_DCtx_refDDict(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict);
1373 FORWARD_IF_ERROR( ZSTD_DCtx_refDDict(dctx, ddict) , ""); in ZSTD_initDStream_usingDDict()1387 size_t ZSTD_DCtx_refDDict(ZSTD_DCtx* dctx, const ZSTD_DDict* ddict) in ZSTD_DCtx_refDDict() function
1109 CHECK_Z( ZSTD_DCtx_refDDict(dctx, ddict) ); in basicUnitTests()
2252 CHECK_Z( ZSTD_DCtx_refDDict(dctx, ddict) ); in basicUnitTests()