mess822x 1.23
mess822x
Loading...
Searching...
No Matches
Functions
rewritehost.c File Reference
#include "stralloc.h"
#include "str.h"
#include "case.h"
#include "byte.h"
#include "rewritehost.h"
Include dependency graph for rewritehost.c:

Go to the source code of this file.

Functions

int rewritehost (stralloc *out, char *in, unsigned int len, stralloc *rules)
 
int rewritehost_addr (stralloc *out, char *in, unsigned int len, stralloc *rules)
 
int rewritehost_list (stralloc *out, char *in, unsigned int len, stralloc *rules)
 

Function Documentation

◆ rewritehost()

int rewritehost ( stralloc *  out,
char *  in,
unsigned int  len,
stralloc *  rules 
)

Definition at line 63 of file rewritehost.c.

Here is the caller graph for this function:

◆ rewritehost_addr()

int rewritehost_addr ( stralloc *  out,
char *  in,
unsigned int  len,
stralloc *  rules 
)

Definition at line 70 of file rewritehost.c.

Here is the caller graph for this function:

◆ rewritehost_list()

int rewritehost_list ( stralloc *  out,
char *  in,
unsigned int  len,
stralloc *  rules 
)

Definition at line 76 of file rewritehost.c.