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

Data compression layer. More...

+ Collaboration diagram for ZstrmContext:

Data Fields

struct ZstrmDirection read
 Data being read and de-compressed.
 
struct ZstrmDirection write
 Data being compressed and written.
 
struct Connection next_conn
 Underlying stream.
 

Detailed Description

Data compression layer.

Definition at line 57 of file zstrm.c.

Field Documentation

◆ read

struct ZstrmDirection ZstrmContext::read

Data being read and de-compressed.

Definition at line 59 of file zstrm.c.

◆ write

struct ZstrmDirection ZstrmContext::write

Data being compressed and written.

Definition at line 60 of file zstrm.c.

◆ next_conn

struct Connection ZstrmContext::next_conn

Underlying stream.

Definition at line 61 of file zstrm.c.


The documentation for this struct was generated from the following file: