s/qmail 4.3.21
Next generation secure email transport
Loading...
Searching...
No Matches
constmap.c File Reference
#include "constmap.h"
#include "alloc.h"
#include "case.h"
Include dependency graph for constmap.c:

Go to the source code of this file.

Functions

char * constmap (struct constmap *cm, char *s, int len)
int constmap_init (struct constmap *cm, char *s, int len, int flagcolon)
int constmap_init_char (struct constmap *cm, char *s, int len, int flagcolon, char flagchar)
void constmap_free (struct constmap *cm)

Function Documentation

◆ constmap()

char * constmap ( struct constmap * cm,
char * s,
int len )

Definition at line 19 of file constmap.c.

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

◆ constmap_free()

void constmap_free ( struct constmap * cm)

Definition at line 161 of file constmap.c.

Here is the caller graph for this function:

◆ constmap_init()

int constmap_init ( struct constmap * cm,
char * s,
int len,
int flagcolon )

Definition at line 35 of file constmap.c.

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

◆ constmap_init_char()

int constmap_init_char ( struct constmap * cm,
char * s,
int len,
int flagcolon,
char flagchar )

Definition at line 96 of file constmap.c.

Here is the call graph for this function: