Postfix3.3.1
総合概要
データ構造
ファイル
ファイル一覧
大域各種
postfix-3.3.1
src
smtpd
smtpd_expand.h
[詳解]
1
/*++
2
/* NAME
3
/* smtpd_expand 3h
4
/* SUMMARY
5
/* SMTP server macro expansion
6
/* SYNOPSIS
7
/* #include <smtpd.h>
8
/* #include <smtpd_expand.h>
9
/* DESCRIPTION
10
/* .nf
11
12
/*
13
* Utility library.
14
*/
15
#include <
vstring.h
>
16
#include <
mac_expand.h
>
17
18
/*
19
* External interface.
20
*/
21
VSTRING
*
smtpd_expand_filter
;
22
void
smtpd_expand_init
(
void
);
23
const
char
*
smtpd_expand_lookup
(
const
char
*,
int
,
void
*);
24
int
smtpd_expand
(
SMTPD_STATE
*,
VSTRING
*,
const
char
*,
int
);
25
26
/* LICENSE
27
/* .ad
28
/* .fi
29
/* The Secure Mailer license must be distributed with this software.
30
/* AUTHOR(S)
31
/* Wietse Venema
32
/* IBM T.J. Watson Research
33
/* P.O. Box 704
34
/* Yorktown Heights, NY 10598, USA
35
/*--*/
smtpd_expand_filter
VSTRING * smtpd_expand_filter
Definition:
smtpd_expand.h:21
VSTRING
Definition:
vstring.h:29
vstring.h
smtpd_expand_init
void smtpd_expand_init(void)
Definition:
smtpd_expand.c:89
smtpd_expand_lookup
const char * smtpd_expand_lookup(const char *, int, void *)
Definition:
smtpd_expand.c:174
mac_expand.h
SMTPD_STATE
Definition:
smtpd.h:67
smtpd_expand
int smtpd_expand(SMTPD_STATE *, VSTRING *, const char *, int)
Definition:
smtpd_expand.c:242
2018年11月10日(土) 18時59分45秒作成 - Postfix3.3.1 / 構成:
1.8.9.1