Apache 1.3 API Documentation

Routine ap_base64encode_binary

Definition:

int ap_base64encode_binary(char *coded_dst, const unsigned char *plain_src, int len_plain_src);
     

Usage example:

int l;
char *out;
unsigned char digest[16];
l = ap_base64encode_binary(out, digest, sizeof(digest));
     

No documentation available.


Previous: ap_base64encode Next: ap_base64encode_len

Table of Contents (Routines, Structures, Data Cells, Constants)