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