|
Postfix3.3.1
|
#include <sys_defs.h>#include <ctype.h>#include <string.h>#include <msg.h>#include <mymalloc.h>#include <stringops.h>#include <vstring.h>#include <vstream.h>#include <vstring_vstream.h>#include <mail_addr.h>#include <mail_proto.h>#include <bounce_template.h>マクロ定義 | |
| #define | STR(x) vstring_str(x) |
| #define | MATCH_TMPL_NAME(tname, tname_len, mname) |
関数 | |
| BOUNCE_TEMPLATES * | bounce_templates_create (void) |
| void | bounce_templates_free (BOUNCE_TEMPLATES *bs) |
| void | bounce_templates_load (VSTREAM *fp, BOUNCE_TEMPLATES *ts) |
| void | bounce_templates_expand (VSTREAM *fp, BOUNCE_TEMPLATES *ts) |
| void | bounce_templates_dump (VSTREAM *fp, BOUNCE_TEMPLATES *ts) |
| #define MATCH_TMPL_NAME | ( | tname, | |
| tname_len, | |||
| mname | |||
| ) |
| #define STR | ( | x | ) | vstring_str(x) |
bounce_templates.c の 217 行目に定義があります。
| BOUNCE_TEMPLATES* bounce_templates_create | ( | void | ) |
bounce_templates.c の 221 行目に定義があります。
| void bounce_templates_dump | ( | VSTREAM * | fp, |
| BOUNCE_TEMPLATES * | ts | ||
| ) |
bounce_templates.c の 368 行目に定義があります。
| void bounce_templates_expand | ( | VSTREAM * | fp, |
| BOUNCE_TEMPLATES * | ts | ||
| ) |
bounce_templates.c の 341 行目に定義があります。
| void bounce_templates_free | ( | BOUNCE_TEMPLATES * | bs | ) |
bounce_templates.c の 235 行目に定義があります。
| void bounce_templates_load | ( | VSTREAM * | fp, |
| BOUNCE_TEMPLATES * | ts | ||
| ) |
bounce_templates.c の 246 行目に定義があります。
1.8.9.1