Postfix3.3.1
マクロ定義 | 関数 | 変数
smtp_chat.c ファイル
#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_RESPsmtp_chat_resp (SMTP_SESSION *session)
 
void smtp_chat_notify (SMTP_SESSION *session)
 

変数

DICTsmtp_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.c181 行目に定義があります。

void smtp_chat_init ( SMTP_SESSION session)

smtp_chat.c150 行目に定義があります。

void smtp_chat_notify ( SMTP_SESSION session)

smtp_chat.c433 行目に定義があります。

void smtp_chat_reset ( SMTP_SESSION session)

smtp_chat.c157 行目に定義があります。

SMTP_RESP* smtp_chat_resp ( SMTP_SESSION session)

smtp_chat.c235 行目に定義があります。

変数詳解

DICT* smtp_chat_resp_filter

smtp_chat.c146 行目に定義があります。