2 references to ZSTD_createCCtx
System.IO.Compression (2)
System\IO\Compression\Zstandard\ZstandardEncoder.cs (2)
186
_context = Interop.Zstd.
ZSTD_createCCtx
();
351
using SafeZstdCompressHandle ctx = Interop.Zstd.
ZSTD_createCCtx
();