#include <stdbool.h>
#include <stddef.h>
Go to the source code of this file.
Functions | |
bool | octave_base64_decode_alloc_wrapper (const char *in, ptrdiff_t inlen, char **out, ptrdiff_t *outlen) |
ptrdiff_t | octave_base64_encode_alloc_wrapper (const char *in, ptrdiff_t inlen, char **out) |
bool octave_base64_decode_alloc_wrapper | ( | const char * | in, |
ptrdiff_t | inlen, | ||
char ** | out, | ||
ptrdiff_t * | outlen | ||
) |
Definition at line 46 of file base64-wrappers.c.
Referenced by base64_decode(), and base64_decode_bytes().
ptrdiff_t octave_base64_encode_alloc_wrapper | ( | const char * | in, |
ptrdiff_t | inlen, | ||
char ** | out | ||
) |
Definition at line 40 of file base64-wrappers.c.
Referenced by base64_encode().