Home
last modified time | relevance | path

Searched refs:ZSTD_DCtx_loadDictionary (Results 1 – 8 of 8) sorted by relevance

/external/zstd/lib/
Dzstd.h1161 ZSTDLIB_API size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize);
/external/zstd/programs/
Dbenchzstd.c297 CHECK_Z(ZSTD_DCtx_loadDictionary(dctx, dictBuffer, dictBufferSize)); in BMK_initDCtx()
/external/zstd/zlibWrapper/examples/
Dzwrapbench.c433 rSize = ZSTD_DCtx_loadDictionary(zbd, dictBuffer, dictBufferSize); in BMK_benchMem()
/external/zstd/lib/decompress/
Dzstd_decompress.c1720 size_t ZSTD_DCtx_loadDictionary(ZSTD_DCtx* dctx, const void* dict, size_t dictSize) in ZSTD_DCtx_loadDictionary() function
1745 FORWARD_IF_ERROR( ZSTD_DCtx_loadDictionary(zds, dict, dictSize) , ""); in ZSTD_initDStream_usingDict()
/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.c711 { size_t const loadErr = ZSTD_DCtx_loadDictionary(zwd->zbd, dictionary, dictLength); in z_inflateSetDictionary()
/external/zstd/tests/
Dzstreamtest.c1210 CHECK_Z( ZSTD_DCtx_loadDictionary(dctx, dictionary.start, dictionary.filled) ); in basicUnitTests()
1245 CHECK_Z( ZSTD_DCtx_loadDictionary(dctx, dictionary.start, dictionary.filled) ); in basicUnitTests()
Dparamgrill.c1066 ZSTD_DCtx_loadDictionary(ag->dctx, ag->dictBuffer, ag->dictBufferSize); in local_initDCtx()
Dfuzzer.c3134 CHECK_Z( ZSTD_DCtx_loadDictionary(dctx, dictBuffer, dictSize) ); in basicUnitTests()