Go to the source code of this file.
Functions | |
| static void | initBase64DecodeTable () |
| unsigned char * | base64Decode (char *in, unsigned &resultSize, Boolean trimTrailingZeros) |
| char * | base64Encode (char const *orig) |
Variables | |
| static char | base64DecodeTable [256] |
| static const char | base64Char [] |
| static void initBase64DecodeTable | ( | ) | [static] |
Definition at line 27 of file Base64.cpp.
Referenced by base64Decode().
| unsigned char* base64Decode | ( | char * | in, | |
| unsigned & | resultSize, | |||
| Boolean | trimTrailingZeros | |||
| ) |
Definition at line 40 of file Base64.cpp.
Referenced by parseSPropParameterSets().
| char* base64Encode | ( | char const * | orig | ) |
Definition at line 79 of file Base64.cpp.
Referenced by HttpComms::headerReceived(), IceCastRequest::setUrl(), and ShoutCastRequest::setUrl().
char base64DecodeTable[256] [static] |
Definition at line 25 of file Base64.cpp.
Referenced by base64Decode(), and initBase64DecodeTable().
const char base64Char[] [static] |
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
Definition at line 76 of file Base64.cpp.
Referenced by base64Encode().
1.6.3