Searched refs:ZSTD_compress_internal (Results 1 – 1 of 1) sorted by relevance
/lib/zstd/ |
D | compress.c | 2818 static size_t ZSTD_compress_internal(ZSTD_CCtx *cctx, void *dst, size_t dstCapacity, const void *sr… in ZSTD_compress_internal() function 2828 return ZSTD_compress_internal(ctx, dst, dstCapacity, src, srcSize, dict, dictSize, params); in ZSTD_compress_usingDict() 2833 return ZSTD_compress_internal(ctx, dst, dstCapacity, src, srcSize, NULL, 0, params); in ZSTD_compressCCtx()
|