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

#include <dict.h>

フィールド

char * type
 
char * name
 
int flags
 
const char *(* lookup )(struct DICT *, const char *)
 
int(* update )(struct DICT *, const char *, const char *)
 
int(* delete )(struct DICT *, const char *)
 
int(* sequence )(struct DICT *, int, const char **, const char **)
 
int(* lock )(struct DICT *, int)
 
void(* close )(struct DICT *)
 
int lock_type
 
int lock_fd
 
int stat_fd
 
time_t mtime
 
VSTRINGfold_buf
 
DICT_OWNER owner
 
int error
 
DICT_JMP_BUFjbuf
 
struct DICT_UTF8_BACKUPutf8_backup
 

詳解

dict.h78 行目に定義があります。

フィールド詳解

void(* DICT::close) (struct DICT *)

dict.h87 行目に定義があります。

int(* DICT::delete) (struct DICT *, const char *)

dict.h84 行目に定義があります。

int DICT::error

dict.h94 行目に定義があります。

int DICT::flags

dict.h81 行目に定義があります。

VSTRING* DICT::fold_buf

dict.h92 行目に定義があります。

DICT_JMP_BUF* DICT::jbuf

dict.h95 行目に定義があります。

int(* DICT::lock) (struct DICT *, int)

dict.h86 行目に定義があります。

int DICT::lock_fd

dict.h89 行目に定義があります。

int DICT::lock_type

dict.h88 行目に定義があります。

const char*(* DICT::lookup) (struct DICT *, const char *)

dict.h82 行目に定義があります。

time_t DICT::mtime

dict.h91 行目に定義があります。

char* DICT::name

dict.h80 行目に定義があります。

DICT_OWNER DICT::owner

dict.h93 行目に定義があります。

int(* DICT::sequence) (struct DICT *, int, const char **, const char **)

dict.h85 行目に定義があります。

int DICT::stat_fd

dict.h90 行目に定義があります。

char* DICT::type

dict.h79 行目に定義があります。

int(* DICT::update) (struct DICT *, const char *, const char *)

dict.h83 行目に定義があります。

struct DICT_UTF8_BACKUP* DICT::utf8_backup

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


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