Home
last modified time | relevance | path

Searched defs:ZSTD_decompressDCtx (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c1712 size_t ZSTD_decompressDCtx(ZSTD_DCtx *dctx, void *dst, size_t dstCapacity, const void *src, size_t srcSize) in ZSTD_decompressDCtx() function
2495 EXPORT_SYMBOL(ZSTD_decompressDCtx); variable
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_decompress.c1034 size_t ZSTD_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZSTD_decompressDCtx() function

Completed in 10 milliseconds