ezmlmx 0.68
ezmlmx
Loading...
Searching...
No Matches
decode_b64.c File Reference
#include "stralloc.h"
#include "uint_t.h"
#include "errtxt.h"
#include "idx.h"
#include "logmsg.h"
Include dependency graph for decode_b64.c:

Go to the source code of this file.

Macros

#define WHO   "decode_b64"
#define char64enc(c)

Functions

void decode_b64 (const char *cpfrom, unsigned int n, stralloc *outdata)

Macro Definition Documentation

◆ char64enc

#define char64enc ( c)
Value:
(((c) & 0x80) ? -1 : char64table[(c)])

Definition at line 29 of file decode_b64.c.

◆ WHO

#define WHO   "decode_b64"

Definition at line 7 of file decode_b64.c.

Function Documentation

◆ decode_b64()

void decode_b64 ( const char * cpfrom,
unsigned int n,
stralloc * outdata )

Definition at line 33 of file decode_b64.c.

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