NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ZstdComprData Struct Reference

Private Zstandard Compression Data. More...

Data Fields

void * buf
 Temporary buffer.
 
short level
 Compression Level to be used.
 
ZSTD_CCtx * cctx
 Compression context.
 
ZSTD_DCtx * dctx
 Decompression context.
 

Detailed Description

Private Zstandard Compression Data.

Definition at line 45 of file zstd.c.

Field Documentation

◆ buf

void* ZstdComprData::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: