mess822x 1.24
mess822x
Loading...
Searching...
No Matches
mess822_base64.c File Reference
#include "mess822.h"
#include "str.h"
#include "stralloc.h"
#include "logmsg.h"
Include dependency graph for mess822_base64.c:

Go to the source code of this file.

Macros

#define WHO   "mess822_base64"

Functions

int mess822_b64decode (stralloc *out, const char *in, int len, int flag)
int mess822_b64encode (stralloc *out, stralloc *in)
int mess822_b64urlencode (stralloc *out, stralloc *in)

Macro Definition Documentation

◆ WHO

#define WHO   "mess822_base64"

Definition at line 6 of file mess822_base64.c.

Function Documentation

◆ mess822_b64decode()

int mess822_b64decode ( stralloc * out,
const char * in,
int len,
int flag )

Definition at line 30 of file mess822_base64.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mess822_b64encode()

int mess822_b64encode ( stralloc * out,
stralloc * in )

Definition at line 74 of file mess822_base64.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mess822_b64urlencode()

int mess822_b64urlencode ( stralloc * out,
stralloc * in )

Definition at line 130 of file mess822_base64.c.

Here is the call graph for this function:
Here is the caller graph for this function: