|
Postfix3.3.1
|
#include <sys_defs.h>#include <unistd.h>#include <string.h>#include <errno.h>#include <msg.h>#include <vstream.h>#include <vstring.h>#include <vstring_vstream.h>#include <events.h>#include <iostuff.h>#include "mail_proto.h"#include "mail_params.h"#include "clnt_stream.h"#include "resolve_clnt.h"マクロ定義 | |
| #define | STR vstring_str |
| #define | IFSET(flag, text) ((reply->flags & (flag)) ? (text) : "") |
関数 | |
| void | resolve_clnt_init (RESOLVE_REPLY *reply) |
| void | resolve_clnt (const char *class, const char *sender, const char *addr, RESOLVE_REPLY *reply) |
| void | resolve_clnt_free (RESOLVE_REPLY *reply) |
変数 | |
| CLNT_STREAM * | rewrite_clnt_stream |
| #define IFSET | ( | flag, | |
| text | |||
| ) | ((reply->flags & (flag)) ? (text) : "") |
| #define STR vstring_str |
| void resolve_clnt | ( | const char * | class, |
| const char * | sender, | ||
| const char * | addr, | ||
| RESOLVE_REPLY * | reply | ||
| ) |
resolve_clnt.c の 157 行目に定義があります。
| void resolve_clnt_free | ( | RESOLVE_REPLY * | reply | ) |
resolve_clnt.c の 287 行目に定義があります。
| void resolve_clnt_init | ( | RESOLVE_REPLY * | reply | ) |
resolve_clnt.c の 147 行目に定義があります。
| CLNT_STREAM* rewrite_clnt_stream |
rewrite_clnt.c の 73 行目に定義があります。
1.8.9.1