File base64.h¶
Go to the source code of this file
Public Types¶
| Type | Name |
|---|---|
| enum | base64_8h_1adf764cbdea00d65edcd07bb9953ad2b7 |
Public Functions¶
| Type | Name |
|---|---|
| int | base64_decode (const unsigned char * src, int src_len, unsigned char ** dest, int * dest_len) |
| int | base64_encode (const unsigned char * src, int src_len, unsigned char ** dest, int * dest_len) |
Public Types Documentation¶
enum base64_8h_1adf764cbdea00d65edcd07bb9953ad2b7¶
enum base64_8h_1adf764cbdea00d65edcd07bb9953ad2b7 {
BASE64_EMPTY_INPUT = 1,
BASE64_INVALID_INPUT = 2
};
Public Functions Documentation¶
function base64_decode¶
function base64_encode¶
The documentation for this class was generated from the following file cubrid/src/base/base64.h