Mistake on this page? Email us
apr_base64.h File Reference

APR-UTIL Base64 Encoding. More...

Go to the source code of this file.

Functions

int apr_base64_encode_len (int len)
 
int apr_base64_encode_binary (char *coded_dst, const unsigned char *plain_src, int len_plain_src)
 
int apr_base64_decode_len (const char *coded_src)
 
int apr_base64_decode_binary (unsigned char *plain_dst, const char *coded_src)
 

Detailed Description

APR-UTIL Base64 Encoding.