#include <stdbool.h>#include <stddef.h>

Go to the source code of this file.
Functions | |
| OCTAVE_API bool | octave_base64_decode_alloc_wrapper (const char *in, ptrdiff_t inlen, char **out, ptrdiff_t *outlen) |
| OCTAVE_API ptrdiff_t | octave_base64_encode_alloc_wrapper (const char *in, ptrdiff_t inlen, char **out) |
| OCTAVE_API 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().
| OCTAVE_API 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().