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

Go to the source code of this file.

Macros

#define WHO   "decode_qp"
#define char16enc(c)

Functions

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

Macro Definition Documentation

◆ char16enc

#define char16enc ( c)
Value:
(((c) & 0x80) ? -1 : char16table[(int)(c)])

Definition at line 31 of file decode_qp.c.

◆ WHO

#define WHO   "decode_qp"

Definition at line 7 of file decode_qp.c.

Function Documentation

◆ decode_qp()

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

Definition at line 35 of file decode_qp.c.

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