|
Postfix3.3.1
|
#include <sys_defs.h>#include <msg.h>#include <mymalloc.h>#include <vstring.h>#include <ctable.h>#include <stringops.h>#include <split_at.h>#include <rewrite_clnt.h>#include <resolve_clnt.h>#include <mail_proto.h>#include <smtpd_resolve.h>マクロ定義 | |
| #define | STR(x) vstring_str(x) |
| #define | SENDER_ADDR_JOIN_CHAR '\n' |
関数 | |
| void | smtpd_resolve_init (int cache_size) |
| const RESOLVE_REPLY * | smtpd_resolve_addr (const char *sender, const char *addr) |
| #define SENDER_ADDR_JOIN_CHAR '\n' |
smtpd_resolve.c の 82 行目に定義があります。
| #define STR | ( | x | ) | vstring_str(x) |
smtpd_resolve.c の 81 行目に定義があります。
| const RESOLVE_REPLY* smtpd_resolve_addr | ( | const char * | sender, |
| const char * | addr | ||
| ) |
smtpd_resolve.c の 166 行目に定義があります。
| void smtpd_resolve_init | ( | int | cache_size | ) |
smtpd_resolve.c の 146 行目に定義があります。
1.8.9.1