Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


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 641 of file app_minivm.c.

Field Documentation

int ateof

Definition at line 645 of file app_minivm.c.

Referenced by b64_inbuf().

unsigned char iobuf[B64_BASEMAXINLINE]

Definition at line 646 of file app_minivm.c.

Referenced by b64_inbuf(), and b64_inchar().

int iocp

Definition at line 642 of file app_minivm.c.

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

int iolen

Definition at line 643 of file app_minivm.c.

Referenced by b64_inbuf(), and b64_inchar().

int linelength

Definition at line 644 of file app_minivm.c.

Referenced by b64_ochar().


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