Postfix3.3.1
|
データ構造 | |
struct | CONFIG_STR_TABLE |
struct | CONFIG_RAW_TABLE |
struct | CONFIG_INT_TABLE |
struct | CONFIG_LONG_TABLE |
struct | CONFIG_BOOL_TABLE |
struct | CONFIG_TIME_TABLE |
struct | CONFIG_NINT_TABLE |
struct | CONFIG_NBOOL_TABLE |
struct | CONFIG_STR_FN_TABLE |
struct | CONFIG_RAW_FN_TABLE |
struct | CONFIG_INT_FN_TABLE |
struct | CONFIG_LONG_FN_TABLE |
struct | CONFIG_BOOL_FN_TABLE |
struct | CONFIG_NINT_FN_TABLE |
struct | CONFIG_NBOOL_FN_TABLE |
マクロ定義 | |
#define | CONFIG_DICT "mail_dict" /* global Postfix dictionary */ |
#define | CONF_ENV_PATH "MAIL_CONFIG" /* config database */ |
#define | CONF_ENV_VERB "MAIL_VERBOSE" /* verbose mode on */ |
#define | CONF_ENV_DEBUG "MAIL_DEBUG" /* live debugging */ |
#define | CONF_ENV_LOGTAG "MAIL_LOGTAG" /* instance name */ |
#define | CONFIG_BOOL_YES "yes" |
#define | CONFIG_BOOL_NO "no" |
#define | set_mail_conf_nbool_int(name, value) set_mail_conf_nbool((name), (value) ? CONFIG_BOOL_YES : CONFIG_BOOL_NO) |
#define CONF_ENV_DEBUG "MAIL_DEBUG" /* live debugging */ |
mail_conf.h の 24 行目に定義があります。
#define CONF_ENV_LOGTAG "MAIL_LOGTAG" /* instance name */ |
mail_conf.h の 25 行目に定義があります。
#define CONF_ENV_PATH "MAIL_CONFIG" /* config database */ |
mail_conf.h の 22 行目に定義があります。
#define CONF_ENV_VERB "MAIL_VERBOSE" /* verbose mode on */ |
mail_conf.h の 23 行目に定義があります。
#define CONFIG_BOOL_NO "no" |
mail_conf.h の 31 行目に定義があります。
#define CONFIG_BOOL_YES "yes" |
mail_conf.h の 30 行目に定義があります。
#define CONFIG_DICT "mail_dict" /* global Postfix dictionary */ |
mail_conf.h の 17 行目に定義があります。
#define set_mail_conf_nbool_int | ( | name, | |
value | |||
) | set_mail_conf_nbool((name), (value) ? CONFIG_BOOL_YES : CONFIG_BOOL_NO) |
mail_conf.h の 93 行目に定義があります。
mail_conf_int.c の 125 行目に定義があります。
mail_conf_str.c の 104 行目に定義があります。
mail_conf_time.c の 122 行目に定義があります。
mail_conf_bool.c の 106 行目に定義があります。
mail_conf_bool.c の 119 行目に定義があります。
void get_mail_conf_bool_fn_table | ( | const CONFIG_BOOL_FN_TABLE * | ) |
mail_conf_bool.c の 147 行目に定義があります。
void get_mail_conf_bool_table | ( | const CONFIG_BOOL_TABLE * | ) |
mail_conf_bool.c の 137 行目に定義があります。
mail_conf_int.c の 147 行目に定義があります。
mail_conf_int.c の 165 行目に定義があります。
void get_mail_conf_int_fn_table | ( | const CONFIG_INT_FN_TABLE * | ) |
mail_conf_int.c の 199 行目に定義があります。
void get_mail_conf_int_table | ( | const CONFIG_INT_TABLE * | ) |
mail_conf_int.c の 188 行目に定義があります。
mail_conf_long.c の 137 行目に定義があります。
mail_conf_long.c の 155 行目に定義があります。
void get_mail_conf_long_fn_table | ( | const CONFIG_LONG_FN_TABLE * | ) |
mail_conf_long.c の 189 行目に定義があります。
void get_mail_conf_long_table | ( | const CONFIG_LONG_TABLE * | ) |
mail_conf_long.c の 178 行目に定義があります。
int get_mail_conf_nbool | ( | const char * | , |
const char * | |||
) |
mail_conf_nbool.c の 107 行目に定義があります。
int get_mail_conf_nbool_fn | ( | const char * | , |
const char * | *)(void | ||
) |
void get_mail_conf_nbool_fn_table | ( | const CONFIG_NBOOL_FN_TABLE * | ) |
mail_conf_nbool.c の 152 行目に定義があります。
void get_mail_conf_nbool_table | ( | const CONFIG_NBOOL_TABLE * | ) |
mail_conf_nbool.c の 142 行目に定義があります。
mail_conf_nint.c の 131 行目に定義があります。
mail_conf_nint.c の 145 行目に定義があります。
void get_mail_conf_nint_fn_table | ( | const CONFIG_NINT_FN_TABLE * | ) |
mail_conf_nint.c の 208 行目に定義があります。
void get_mail_conf_nint_table | ( | const CONFIG_NINT_TABLE * | ) |
mail_conf_nint.c の 197 行目に定義があります。
mail_conf_raw.c の 91 行目に定義があります。
void get_mail_conf_raw_fn_table | ( | const CONFIG_RAW_FN_TABLE * | ) |
mail_conf_raw.c の 136 行目に定義があります。
void get_mail_conf_raw_table | ( | const CONFIG_RAW_TABLE * | ) |
mail_conf_raw.c の 123 行目に定義があります。
mail_conf_str.c の 119 行目に定義があります。
mail_conf_str.c の 134 行目に定義があります。
void get_mail_conf_str_fn_table | ( | const CONFIG_STR_FN_TABLE * | ) |
mail_conf_str.c の 190 行目に定義があります。
void get_mail_conf_str_table | ( | const CONFIG_STR_TABLE * | ) |
mail_conf_str.c の 177 行目に定義があります。
mail_conf_time.c の 153 行目に定義があります。
mail_conf_time.c の 169 行目に定義があります。
void get_mail_conf_time_table | ( | const CONFIG_TIME_TABLE * | ) |
mail_conf_time.c の 204 行目に定義があります。
void mail_conf_checkdir | ( | const char * | ) |
mail_conf.c の 134 行目に定義があります。
const char* mail_conf_eval | ( | const char * | ) |
mail_conf.c の 237 行目に定義があります。
const char* mail_conf_eval_once | ( | const char * | ) |
mail_conf.c の 246 行目に定義があります。
void mail_conf_flush | ( | void | ) |
mail_conf.c の 229 行目に定義があります。
const char* mail_conf_lookup | ( | const char * | ) |
mail_conf.c の 255 行目に定義があります。
const char* mail_conf_lookup_eval | ( | const char * | ) |
mail_conf.c の 262 行目に定義があります。
void mail_conf_read | ( | void | ) |
mail_conf.c の 178 行目に定義があります。
void mail_conf_suck | ( | void | ) |
mail_conf.c の 186 行目に定義があります。
void mail_conf_update | ( | const char * | , |
const char * | |||
) |
mail_conf.c の 275 行目に定義があります。
void set_mail_conf_bool | ( | const char * | , |
int | |||
) |
mail_conf_bool.c の 130 行目に定義があります。
void set_mail_conf_int | ( | const char * | , |
int | |||
) |
mail_conf_int.c の 178 行目に定義があります。
void set_mail_conf_long | ( | const char * | , |
long | |||
) |
mail_conf_long.c の 168 行目に定義があります。
void set_mail_conf_nbool | ( | const char * | , |
const char * | |||
) |
mail_conf_nbool.c の 135 行目に定義があります。
void set_mail_conf_nint | ( | const char * | , |
const char * | |||
) |
mail_conf_nint.c の 180 行目に定義があります。
void set_mail_conf_nint_int | ( | const char * | , |
int | |||
) |
mail_conf_nint.c の 187 行目に定義があります。
void set_mail_conf_str | ( | const char * | , |
const char * | |||
) |
mail_conf_str.c の 170 行目に定義があります。
void set_mail_conf_time | ( | const char * | , |
const char * | |||
) |
mail_conf_time.c の 187 行目に定義があります。
void set_mail_conf_time_int | ( | const char * | , |
int | |||
) |
mail_conf_time.c の 194 行目に定義があります。