Searched refs:ZSTD_compress_usingDict (Results 1 – 2 of 2) sorted by relevance
943 ZSTDLIB_API size_t ZSTD_compress_usingDict(ZSTD_CCtx* ctx,
5365 size_t ZSTD_compress_usingDict(ZSTD_CCtx* cctx, in ZSTD_compress_usingDict() function5387 return ZSTD_compress_usingDict(cctx, dst, dstCapacity, src, srcSize, NULL, 0, compressionLevel); in ZSTD_compressCCtx()