Home
last modified time | relevance | path

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

/linux-6.12.1/lib/zstd/decompress/ !
Dzstd_decompress.c1017 static ZSTD_DDict const* ZSTD_getDDict(ZSTD_DCtx* dctx) in ZSTD_getDDict() function
1036 return ZSTD_decompress_usingDDict(dctx, dst, dstCapacity, src, srcSize, ZSTD_getDDict(dctx)); in ZSTD_decompressDCtx()
1949 …edSize = ZSTD_decompress_usingDDict(zds, op, (size_t)(oend-op), istart, cSize, ZSTD_getDDict(zds)); in ZSTD_decompressStream()
1970 FORWARD_IF_ERROR(ZSTD_decompressBegin_usingDDict(zds, ZSTD_getDDict(zds)), ""); in ZSTD_decompressStream()