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

[ソースコード]

マクロ定義

#define REWRITE_ADDR   "rewrite"
 
#define REWRITE_CANON   MAIL_ATTR_RWR_LOCAL /* backwards compatibility */
 

関数

VSTRINGrewrite_clnt (const char *, const char *, VSTRING *)
 
VSTRINGrewrite_clnt_internal (const char *, const char *, VSTRING *)
 

マクロ定義詳解

#define REWRITE_ADDR   "rewrite"

rewrite_clnt.h27 行目に定義があります。

#define REWRITE_CANON   MAIL_ATTR_RWR_LOCAL /* backwards compatibility */

rewrite_clnt.h28 行目に定義があります。

関数詳解

VSTRING* rewrite_clnt ( const char *  ,
const char *  ,
VSTRING  
)

rewrite_clnt.c82 行目に定義があります。

VSTRING* rewrite_clnt_internal ( const char *  ,
const char *  ,
VSTRING  
)

rewrite_clnt.c175 行目に定義があります。