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