Postfix3.3.1
|
#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) |
関数 | |
DICT * | dict_hash_open (const char *, int, int) |
DICT * | dict_btree_open (const char *, int, int) |
変数 | |
int | dict_db_cache_size |
#define DEFINE_DICT_DB_CACHE_SIZE int dict_db_cache_size = (128 * 1024) |
int dict_db_cache_size |