GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
base64-wrappers.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool octave_base64_decode_alloc_wrapper (const char *in, size_t inlen, char **out, size_t *outlen)
 
size_t octave_base64_encode_alloc_wrapper (const char *in, size_t inlen, char **out)
 

Function Documentation

bool octave_base64_decode_alloc_wrapper ( const char *  in,
size_t  inlen,
char **  out,
size_t outlen 
)

Definition at line 43 of file base64-wrappers.c.

Referenced by octave_base64_decode().

size_t octave_base64_encode_alloc_wrapper ( const char *  in,
size_t  inlen,
char **  out 
)

Definition at line 37 of file base64-wrappers.c.

Referenced by octave_base64_encode().