NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
B64Context Struct Reference

Cursor for the Base64 conversion. More...

Data Fields

char buffer [3]
 Buffer for the conversion.
 
short size
 Number of bytes in the buffer.
 
short linelen
 Length of the line so far.
 

Detailed Description

Cursor for the Base64 conversion.

Definition at line 41 of file body.c.

Field Documentation

◆ buffer

char B64Context::buffer[3]

Buffer for the conversion.

Definition at line 43 of file body.c.

◆ size

short B64Context::size

Number of bytes in the buffer.

Definition at line 44 of file body.c.

◆ linelen

short B64Context::linelen

Length of the line so far.

Definition at line 45 of file body.c.


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