Functions

ut_base64.h File Reference

#include "ut_types.h"

Go to the source code of this file.

Functions

ABI_EXPORT bool UT_Base64Encode (UT_ByteBuf *pDest, const UT_ByteBuf *pSrc)
ABI_EXPORT bool UT_Base64Decode (UT_ByteBuf *pDest, const UT_ByteBuf *pSrc)
ABI_EXPORT bool UT_UTF8_Base64Encode (char *&b64ptr, size_t &b64len, const char *&binptr, size_t &binlen)
ABI_EXPORT bool UT_UTF8_Base64Decode (char *&binptr, size_t &binlen, const char *&b64ptr, size_t &b64len)

Function Documentation

ABI_EXPORT bool UT_Base64Decode ( UT_ByteBuf pDest,
const UT_ByteBuf pSrc 
)
ABI_EXPORT bool UT_Base64Encode ( UT_ByteBuf pDest,
const UT_ByteBuf pSrc 
)
ABI_EXPORT bool UT_UTF8_Base64Decode ( char *&  binptr,
size_t &  binlen,
const char *&  b64ptr,
size_t &  b64len 
)
ABI_EXPORT bool UT_UTF8_Base64Encode ( char *&  b64ptr,
size_t &  b64len,
const char *&  binptr,
size_t &  binlen 
)