|
Squid Web Cache master
|
#include <base64.h>
Public Attributes | |
| const signed char * | table |
| unsigned short | word |
| unsigned char | bits |
| unsigned char | padding |
| unsigned char base64_decode_ctx::bits |
Definition at line 126 of file base64.h.
Referenced by base64_decode_final(), base64_decode_init(), and base64_decode_single().
| unsigned char base64_decode_ctx::padding |
Definition at line 129 of file base64.h.
Referenced by base64_decode_init(), and base64_decode_single().
| const signed char* base64_decode_ctx::table |
Definition at line 124 of file base64.h.
Referenced by base64_decode_init(), and base64_decode_single().
| unsigned short base64_decode_ctx::word |
Definition at line 125 of file base64.h.
Referenced by base64_decode_init(), and base64_decode_single().