fehQlibs 27
Qlibs
Loading...
Searching...
No Matches
base64.c File Reference

base64 en+decoding of strings More...

#include "base64.h"
#include "stralloc.h"
#include "str.h"
Include dependency graph for base64.c:

Go to the source code of this file.

Macros

#define B64PAD   '='
 

Functions

int b64decode (const unsigned char *in, int l, stralloc *out)
 
int b64encode (stralloc *in, stralloc *out)
 

Detailed Description

base64 en+decoding of strings

Author
unkown

Definition in file base64.c.

Macro Definition Documentation

◆ B64PAD

#define B64PAD   '='

Definition at line 13 of file base64.c.

Function Documentation

◆ b64decode()

int b64decode ( const unsigned char * in,
int l,
stralloc * out )

Definition at line 17 of file base64.c.

Here is the call graph for this function:

◆ b64encode()

int b64encode ( stralloc * in,
stralloc * out )

Definition at line 91 of file base64.c.

Here is the call graph for this function: