Apache 1.3 API Documentation

Routine ap_base64decode_len

Definition:

int ap_base64decode_len(const char *coded_src);
     

Usage example:

char *decoded;
const char *bufcoded;
decoded = (char *) ap_palloc(p, 1 + ap_base64decode_len(bufcoded));
     

No documentation available.


Previous: ap_base64decode_binary Next: ap_base64encode

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