Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
baseio Struct Reference

Structure used for base64 encoding. More...

Data Fields

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

Detailed Description

Structure used for base64 encoding.

Definition at line 579 of file utils.c.

Field Documentation

◆ ateof

int ateof

Definition at line 583 of file utils.c.

Referenced by inbuf().

◆ iobuf

unsigned char iobuf[BASEMAXINLINE]

Definition at line 584 of file utils.c.

Referenced by inbuf(), and inchar().

◆ iocp

int iocp

Definition at line 580 of file utils.c.

Referenced by ast_base64_encode_file(), inbuf(), and inchar().

◆ iolen

int iolen

Definition at line 581 of file utils.c.

Referenced by inbuf(), and inchar().

◆ linelength

int linelength

Definition at line 582 of file utils.c.

Referenced by ochar().


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