Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
b64_baseio Struct Reference

Structure for base64 encoding. More...

Data Fields

int ateof
 
unsigned char iobuf [B64_BASEMAXINLINE]
 
int iocp
 
int iolen
 
int linelength
 

Detailed Description

Structure for base64 encoding.

Definition at line 656 of file app_minivm.c.

Field Documentation

◆ ateof

int ateof

Definition at line 660 of file app_minivm.c.

Referenced by b64_inbuf().

◆ iobuf

unsigned char iobuf[B64_BASEMAXINLINE]

Definition at line 661 of file app_minivm.c.

Referenced by b64_inbuf(), and b64_inchar().

◆ iocp

int iocp

Definition at line 657 of file app_minivm.c.

Referenced by b64_inbuf(), b64_inchar(), and base_encode().

◆ iolen

int iolen

Definition at line 658 of file app_minivm.c.

Referenced by b64_inbuf(), and b64_inchar().

◆ linelength

int linelength

Definition at line 659 of file app_minivm.c.

Referenced by b64_ochar().


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