GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
base64-wrappers.c File Reference
#include "base64.h"
#include "base64-wrappers.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)
 

Function Documentation

◆ octave_base64_decode_alloc_wrapper()

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_base64_encode_alloc_wrapper()

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().