Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dzstd_lib.h803 ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx,
/Linux-v6.1/lib/zstd/compress/
Dzstd_compress.c3514 size_t ZSTD_compress_usingDict(ZSTD_CCtx* cctx, in ZSTD_compress_usingDict() function
3537 return ZSTD_compress_usingDict(cctx, dst, dstCapacity, src, srcSize, NULL, 0, compressionLevel); in ZSTD_compressCCtx()