Postfix3.3.1
全て データ構造 ファイル 関数 変数 型定義 マクロ定義
データ構造 | マクロ定義 | 関数
rcpt_buf.h ファイル
#include <vstream.h>
#include <vstring.h>
#include <attr.h>
#include <recipient_list.h>

[ソースコード]

データ構造

struct  RCPT_BUF
 

マクロ定義

#define RECIPIENT_FROM_RCPT_BUF(buf)
 

関数

RCPT_BUFrcpb_create (void)
 
void rcpb_reset (RCPT_BUF *)
 
void rcpb_free (RCPT_BUF *)
 
int rcpb_scan (ATTR_SCAN_MASTER_FN, VSTREAM *, int, void *)
 

マクロ定義詳解

#define RECIPIENT_FROM_RCPT_BUF (   buf)
値:
((buf)->rcpt.address = vstring_str((buf)->address), \
(buf)->rcpt.orig_addr = vstring_str((buf)->orig_addr), \
(buf)->rcpt.dsn_orcpt = vstring_str((buf)->dsn_orcpt), \
(buf)->rcpt.dsn_notify = (buf)->dsn_notify, \
(buf)->rcpt.offset = (buf)->offset, \
&(buf)->rcpt)
#define vstring_str(vp)
Definition: vstring.h:71

rcpt_buf.h43 行目に定義があります。

関数詳解

RCPT_BUF* rcpb_create ( void  )

rcpt_buf.c80 行目に定義があります。

void rcpb_free ( RCPT_BUF )

rcpt_buf.c108 行目に定義があります。

void rcpb_reset ( RCPT_BUF )

rcpt_buf.c95 行目に定義があります。

int rcpb_scan ( ATTR_SCAN_MASTER_FN  ,
VSTREAM ,
int  ,
void *   
)

rcpt_buf.c118 行目に定義があります。