#include <xml_parser.h>
core::XMLParserBase64Tool::XMLParserBase64Tool |
( |
| ) |
|
|
inline |
core::XMLParserBase64Tool::~XMLParserBase64Tool |
( |
| ) |
|
void core::XMLParserBase64Tool::alloc |
( |
int |
newsize | ) |
|
|
private |
unsigned char * core::XMLParserBase64Tool::decode |
( |
XMLCSTR |
inString, |
|
|
int * |
outByteLen = NULL , |
|
|
XMLError * |
xe = NULL |
|
) |
| |
unsigned char core::XMLParserBase64Tool::decode |
( |
XMLCSTR |
inString, |
|
|
unsigned char * |
outByteBuf, |
|
|
int |
inMaxByteOutBuflen, |
|
|
XMLError * |
xe = NULL |
|
) |
| |
|
static |
unsigned int core::XMLParserBase64Tool::decodeSize |
( |
XMLCSTR |
inString, |
|
|
XMLError * |
xe = NULL |
|
) |
| |
|
static |
XMLSTR core::XMLParserBase64Tool::encode |
( |
unsigned char * |
inByteBuf, |
|
|
unsigned int |
inByteLen, |
|
|
char |
formatted = 0 |
|
) |
| |
int core::XMLParserBase64Tool::encodeLength |
( |
int |
inBufLen, |
|
|
char |
formatted = 0 |
|
) |
| |
|
static |
void core::XMLParserBase64Tool::freeBuffer |
( |
| ) |
|
void* core::XMLParserBase64Tool::buf |
|
private |
int core::XMLParserBase64Tool::buflen |
|
private |
The documentation for this struct was generated from the following files: