|
Postfix3.3.1
|
#include <sys_defs.h>#include <stdlib.h>#include <stdarg.h>#include <ctype.h>#include <setjmp.h>#include <string.h>#include <limits.h>#include <msg.h>#include <vstring.h>#include <vstream.h>#include <argv.h>#include <stringops.h>#include <line_wrap.h>#include <mymalloc.h>#include <recipient_list.h>#include <deliver_request.h>#include <smtp_stream.h>#include <mail_params.h>#include <mail_addr.h>#include <post_mail.h>#include <mail_error.h>#include <dsn_util.h>#include "smtp.h"マクロ定義 | |
| #define | NULL_TRACE_FLAGS 0 |
| #define | NO_QUEUE_ID ((VSTRING *) 0) |
| #define | LENGTH 78 |
| #define | INDENT 4 |
関数 | |
| void | smtp_chat_init (SMTP_SESSION *session) |
| void | smtp_chat_reset (SMTP_SESSION *session) |
| void | smtp_chat_cmd (SMTP_SESSION *session, const char *fmt,...) |
| SMTP_RESP * | smtp_chat_resp (SMTP_SESSION *session) |
| void | smtp_chat_notify (SMTP_SESSION *session) |
変数 | |
| DICT * | smtp_chat_resp_filter |
| #define INDENT 4 |
| #define LENGTH 78 |
| #define NO_QUEUE_ID ((VSTRING *) 0) |
| #define NULL_TRACE_FLAGS 0 |
| void smtp_chat_cmd | ( | SMTP_SESSION * | session, |
| const char * | fmt, | ||
| ... | |||
| ) |
smtp_chat.c の 181 行目に定義があります。
| void smtp_chat_init | ( | SMTP_SESSION * | session | ) |
smtp_chat.c の 150 行目に定義があります。
| void smtp_chat_notify | ( | SMTP_SESSION * | session | ) |
smtp_chat.c の 433 行目に定義があります。
| void smtp_chat_reset | ( | SMTP_SESSION * | session | ) |
smtp_chat.c の 157 行目に定義があります。
| SMTP_RESP* smtp_chat_resp | ( | SMTP_SESSION * | session | ) |
smtp_chat.c の 235 行目に定義があります。
| DICT* smtp_chat_resp_filter |
smtp_chat.c の 146 行目に定義があります。
1.8.9.1