s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
Macros | Functions
dkimsign.cpp File Reference
#include <string.h>
#include <map>
#include "dkim.h"
#include "dkimsign.h"
Include dependency graph for dkimsign.cpp:

Go to the source code of this file.

Macros

#define _strnicmp   strncasecmp
 
#define _stricmp   strcasecmp
 
#define LOWORD(l)   ((unsigned)(l) & 0xffff)
 
#define HIWORD(l)   ((unsigned)(l) >> 16)
 

Functions

bool ConvertHeaderToQuotedPrintable (const char *source, char *dest)
 

Macro Definition Documentation

◆ _stricmp

#define _stricmp   strcasecmp

Definition at line 24 of file dkimsign.cpp.

◆ _strnicmp

#define _strnicmp   strncasecmp

Definition at line 23 of file dkimsign.cpp.

◆ HIWORD

#define HIWORD (   l)    ((unsigned)(l) >> 16)

Definition at line 26 of file dkimsign.cpp.

◆ LOWORD

#define LOWORD (   l)    ((unsigned)(l) & 0xffff)

Definition at line 25 of file dkimsign.cpp.

Function Documentation

◆ ConvertHeaderToQuotedPrintable()

bool ConvertHeaderToQuotedPrintable ( const char *  source,
char *  dest 
)

Definition at line 313 of file dkimsign.cpp.

Here is the caller graph for this function: