Definition:
int ap_base64decode_binary(unsigned char *plain_dst, const char *coded_src);
Usage example:
time_rec nonce_time;
digest_header_rec *resp;
ap_base64decode_binary(nonce_time.arr, resp->nonce);
No documentation available.
Previous: ap_base64decode
Next: ap_base64decode_len
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)