|
live
|
#include "Boolean.hh"
Go to the source code of this file.
Functions | |
| unsigned char * | base64Decode (char const *in, unsigned &resultSize, Boolean trimTrailingZeros=True) |
| unsigned char * | base64Decode (char const *in, unsigned inSize, unsigned &resultSize, Boolean trimTrailingZeros=True) |
| char * | base64Encode (char const *orig, unsigned origLength) |
| unsigned char * base64Decode | ( | char const * | in, |
| unsigned & | resultSize, | ||
| Boolean | trimTrailingZeros = True ) |
References base64Decode(), and True.
Referenced by base64Decode(), and base64Decode().
| unsigned char * base64Decode | ( | char const * | in, |
| unsigned | inSize, | ||
| unsigned & | resultSize, | ||
| Boolean | trimTrailingZeros = True ) |
References base64Decode(), and True.
| char * base64Encode | ( | char const * | orig, |
| unsigned | origLength ) |
References base64Encode().
Referenced by base64Encode().