Postfix3.3.1
フィールド
MILTER 構造体

#include <milter.h>

フィールド

char * name
 
int flags
 
struct MILTERnext
 
struct MILTERSparent
 
struct MILTER_MACROSmacros
 
const char *(* conn_event )(struct MILTER *, const char *, const char *, const char *, unsigned, ARGV *)
 
const char *(* helo_event )(struct MILTER *, const char *, int, ARGV *)
 
const char *(* mail_event )(struct MILTER *, const char **, ARGV *)
 
const char *(* rcpt_event )(struct MILTER *, const char **, ARGV *)
 
const char *(* data_event )(struct MILTER *, ARGV *)
 
const char *(* message )(struct MILTER *, VSTREAM *, off_t, ARGV *, ARGV *, ARGV *)
 
const char *(* unknown_event )(struct MILTER *, const char *, ARGV *)
 
const char *(* other_event )(struct MILTER *)
 
void(* abort )(struct MILTER *)
 
void(* disc_event )(struct MILTER *)
 
int(* active )(struct MILTER *)
 
int(* send )(struct MILTER *, VSTREAM *)
 
void(* free )(struct MILTER *)
 

詳解

milter.h32 行目に定義があります。

フィールド詳解

void(* MILTER::abort) (struct MILTER *)

milter.h46 行目に定義があります。

int(* MILTER::active) (struct MILTER *)

milter.h48 行目に定義があります。

const char*(* MILTER::conn_event) (struct MILTER *, const char *, const char *, const char *, unsigned, ARGV *)

milter.h38 行目に定義があります。

const char*(* MILTER::data_event) (struct MILTER *, ARGV *)

milter.h42 行目に定義があります。

void(* MILTER::disc_event) (struct MILTER *)

milter.h47 行目に定義があります。

int MILTER::flags

milter.h34 行目に定義があります。

void(* MILTER::free) (struct MILTER *)

milter.h50 行目に定義があります。

const char*(* MILTER::helo_event) (struct MILTER *, const char *, int, ARGV *)

milter.h39 行目に定義があります。

struct MILTER_MACROS* MILTER::macros

milter.h37 行目に定義があります。

const char*(* MILTER::mail_event) (struct MILTER *, const char **, ARGV *)

milter.h40 行目に定義があります。

const char*(* MILTER::message) (struct MILTER *, VSTREAM *, off_t, ARGV *, ARGV *, ARGV *)

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

char* MILTER::name

milter.h33 行目に定義があります。

struct MILTER* MILTER::next

milter.h35 行目に定義があります。

const char*(* MILTER::other_event) (struct MILTER *)

milter.h45 行目に定義があります。

struct MILTERS* MILTER::parent

milter.h36 行目に定義があります。

const char*(* MILTER::rcpt_event) (struct MILTER *, const char **, ARGV *)

milter.h41 行目に定義があります。

int(* MILTER::send) (struct MILTER *, VSTREAM *)

milter.h49 行目に定義があります。

const char*(* MILTER::unknown_event) (struct MILTER *, const char *, ARGV *)

milter.h44 行目に定義があります。


この構造体詳解は次のファイルから抽出されました: