Asterisk - The Open Source Telephony Project
18.5.0
|
Structure for base64 encoding. More...
Data Fields | |
int | ateof |
unsigned char | iobuf [B64_BASEMAXINLINE] |
int | iocp |
int | iolen |
int | linelength |
Structure for base64 encoding.
Definition at line 656 of file app_minivm.c.
int ateof |
Definition at line 660 of file app_minivm.c.
Referenced by b64_inbuf().
unsigned char iobuf[B64_BASEMAXINLINE] |
Definition at line 661 of file app_minivm.c.
Referenced by b64_inbuf(), and b64_inchar().
int iocp |
Definition at line 657 of file app_minivm.c.
Referenced by b64_inbuf(), b64_inchar(), and base_encode().
int iolen |
Definition at line 658 of file app_minivm.c.
Referenced by b64_inbuf(), and b64_inchar().
int linelength |
Definition at line 659 of file app_minivm.c.
Referenced by b64_ochar().