Postfix3.3.1
マクロ定義 | 関数 | 変数
dict_db.h ファイル
#include <dict.h>

[ソースコード]

マクロ定義

#define DICT_TYPE_HASH   "hash"
 
#define DICT_TYPE_BTREE   "btree"
 
#define DEFINE_DICT_DB_CACHE_SIZE   int dict_db_cache_size = (128 * 1024)
 

関数

DICTdict_hash_open (const char *, int, int)
 
DICTdict_btree_open (const char *, int, int)
 

変数

int dict_db_cache_size
 

マクロ定義詳解

#define DEFINE_DICT_DB_CACHE_SIZE   int dict_db_cache_size = (128 * 1024)

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

#define DICT_TYPE_BTREE   "btree"

dict_db.h23 行目に定義があります。

#define DICT_TYPE_HASH   "hash"

dict_db.h22 行目に定義があります。

関数詳解

DICT* dict_btree_open ( const char *  ,
int  ,
int   
)
DICT* dict_hash_open ( const char *  ,
int  ,
int   
)

変数詳解

int dict_db_cache_size