base64 helper functions
More...
|
| | cocos2d |
| | Add deprecated global functions and variables here.
|
| |
|
| | cocos2d |
| | Add deprecated global functions and variables here.
|
| |
|
| int | (const unsigned char *in, unsigned int inLength, unsigned char **out) |
| | Decodes a 64base encoded memory. More...
|
| |
| var | ( var in, var inLength, var out) |
| | Decodes a 64base encoded memory. More...
|
| |
| local | ( local in, local inLength, local out) |
| | Decodes a 64base encoded memory. More...
|
| |
| int | (const unsigned char *in, unsigned int inLength, char **out) |
| | Encodes bytes into a 64base encoded memory with terminating '\0' character. More...
|
| |
| local | ( local in, local inLength, local out) |
| | Encodes bytes into a 64base encoded memory with terminating '\0' character. More...
|
| |