Definition:
int ap_base64encode(char *coded_dst, const char *plain_src, int len_plain_src);
Usage example:
int l;
char *optarg;
char *tmp;
l = ap_base64encode(tmp, optarg, strlen(optarg));
No documentation available.
Previous: ap_base64decode_len
Next: ap_base64encode_binary
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)