Postfix3.3.1
マクロ定義 | 関数
smtputf8.h ファイル

[ソースコード]

マクロ定義

#define SMTPUTF8_FLAG_NONE   (0)
 
#define SMTPUTF8_FLAG_REQUESTED   (1<<0) /* queue file/delivery/bounce request */
 
#define SMTPUTF8_FLAG_HEADER   (1<<1) /* queue file/delivery/bounce request */
 
#define SMTPUTF8_FLAG_SENDER   (1<<2) /* queue file/delivery/bounce request */
 
#define SMTPUTF8_FLAG_RECIPIENT   (1<<3) /* delivery request only */
 

関数

int smtputf8_autodetect (int)
 

マクロ定義詳解

#define SMTPUTF8_FLAG_HEADER   (1<<1) /* queue file/delivery/bounce request */

smtputf8.h98 行目に定義があります。

#define SMTPUTF8_FLAG_NONE   (0)

smtputf8.h96 行目に定義があります。

#define SMTPUTF8_FLAG_RECIPIENT   (1<<3) /* delivery request only */

smtputf8.h100 行目に定義があります。

#define SMTPUTF8_FLAG_REQUESTED   (1<<0) /* queue file/delivery/bounce request */

smtputf8.h97 行目に定義があります。

#define SMTPUTF8_FLAG_SENDER   (1<<2) /* queue file/delivery/bounce request */

smtputf8.h99 行目に定義があります。

関数詳解

int smtputf8_autodetect ( int  )

smtputf8.c67 行目に定義があります。