#include <new.h>#include <stdlib.h>#include <string.h>#include "base64.h"Go to the source code of this file.
Functions | |
| static int | pos (char c) |
| int | base64_encode (const void *data, int size, char **str) |
| int | base64_decode (const char *str, void *data) |
Variables | |
| static char | base64 [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
| int base64_decode | ( | const char * | str, | |
| void * | data | |||
| ) |
| int base64_encode | ( | const void * | data, | |
| int | size, | |||
| char ** | str | |||
| ) |
Definition at line 62 of file base64.c.
References base64, c, NULL, and simple_client::s.
Referenced by fsInternetURLFile::FormHttpBasicAuthHdr().
char base64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" [static] |
1.5.6