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