ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Macros | |
#define | ISB64CHAR(c) ((strchr (B64, (int) c) != NULL ) ? TRUE : FALSE) |
Functions | |
int | base64_decode (char *out, char *in, size_t *nout, size_t *nin) |
void * | new_base64_decode (char *bufin, size_t *size) |
bool | base64_encode (char *sout, size_t szout, unsigned char *sin, size_t szin) |
Definition at line 37 of file ze-base64.c.
void* new_base64_decode | ( | char * | bufin, |
size_t * | size | ||
) |
Definition at line 200 of file ze-base64.c.