Base64(char= '=') | Cgi::Base64 | |
decode(char c) | Cgi::Base64 | [private] |
decode_file(char *s, char *outfn) | Cgi::Base64 | |
decode_length(const std::string &) | Cgi::Base64 | |
decode_stdout(char *fn, FILE *out=stdout) | Cgi::Base64 | |
decode_string(char *s, unsigned char *output, int &l) | Cgi::Base64 | [private] |
decode_to_buffer(const std::string &, char *, size_t max) | Cgi::Base64 | |
decode_to_file(std::vector< std::string > &body, char *outfn) | Cgi::Base64 | |
decode_to_stdout(const std::string &, FILE *=stdout) | Cgi::Base64 | |
decode_to_stdout(std::vector< std::string > &, FILE *=stdout) | Cgi::Base64 | |
encode(const char *in, char *out) | Cgi::Base64 | [private] |
encode64(const char *in, size_t len, std::vector< std::string > &out) | Cgi::Base64 | |
encode_buffer(const std::string &) | Cgi::Base64 | |
encode_file(const char *s, const char *outfn) | Cgi::Base64 | |
encode_from_file(const char *, std::vector< std::string > &) | Cgi::Base64 | |
m_eqchar | Cgi::Base64 | [private] |
reverse(char c) | Cgi::Base64 | [private] |
setupbase64() | Cgi::Base64 | [private] |
setupdecode(char c) | Cgi::Base64 | [private] |
~Base64() | Cgi::Base64 | |