Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
関数
smtp_rcpt.c ファイル
#include <sys_defs.h>
#include <stdlib.h>
#include <string.h>
#include <msg.h>
#include <stringops.h>
#include <mymalloc.h>
#include <mail_params.h>
#include <deliver_request.h>
#include <deliver_completed.h>
#include <sent.h>
#include <dsn_mask.h>
#include <smtp.h>

[ソースコード]

関数

void smtp_rcpt_done (SMTP_STATE *state, SMTP_RESP *resp, RECIPIENT *rcpt)
 
void smtp_rcpt_cleanup (SMTP_STATE *state)
 

関数詳解

void smtp_rcpt_cleanup ( SMTP_STATE state)

smtp_rcpt.c194 行目に定義があります。

void smtp_rcpt_done ( SMTP_STATE state,
SMTP_RESP resp,
RECIPIENT rcpt 
)

smtp_rcpt.c137 行目に定義があります。