Private Zstandard Compression Data.
More...
|
void * | buf |
| Temporary buffer.
|
|
short | level |
| Compression Level to be used.
|
|
ZSTD_CCtx * | cctx |
| Compression context.
|
|
ZSTD_DCtx * | dctx |
| Decompression context.
|
|
Private Zstandard Compression Data.
Definition at line 45 of file zstd.c.
◆ buf
Temporary buffer.
Definition at line 47 of file zstd.c.
◆ level
short ZstdComprData::level |
Compression Level to be used.
Definition at line 48 of file zstd.c.
◆ cctx
ZSTD_CCtx* ZstdComprData::cctx |
Compression context.
Definition at line 50 of file zstd.c.
◆ dctx
ZSTD_DCtx* ZstdComprData::dctx |
Decompression context.
Definition at line 51 of file zstd.c.
The documentation for this struct was generated from the following file: