Data Fields | |
int | length |
Desired length of binary data or -1. | |
isc_buffer_t * | target |
Buffer for resulting binary data. | |
int | digits |
Number of buffered base64 digits. | |
isc_boolean_t | seen_end |
True if "=" end marker seen. | |
int | val [4] |
Definition at line 102 of file base64.c.
Desired length of binary data or -1.
Definition at line 103 of file base64.c.
Referenced by base64_decode_char(), base64_decode_finish(), base64_decode_init(), and isc_base64_tobuffer().
Buffer for resulting binary data.
Definition at line 104 of file base64.c.
Referenced by base64_decode_char(), and base64_decode_init().
Number of buffered base64 digits.
Definition at line 105 of file base64.c.
Referenced by base64_decode_char(), base64_decode_finish(), and base64_decode_init().
True if "=" end marker seen.
Definition at line 106 of file base64.c.
Referenced by base64_decode_char(), base64_decode_init(), and isc_base64_tobuffer().
int base64_decode_ctx_t::val[4] |