|
Postfix3.3.1
|
#include <sys_defs.h>#include <stdlib.h>#include <stdio.h>#include <errno.h>#include <msg.h>#include <mymalloc.h>#include <dict.h>#include <stringops.h>#include "mail_conf.h"型定義 | |
| typedef int(* | stupid_indent_int) (void) |
関数 | |
| void | check_mail_conf_int (const char *name, int intval, int min, int max) |
| int | get_mail_conf_int (const char *name, int defval, int min, int max) |
| int | get_mail_conf_int2 (const char *name1, const char *name2, int defval, int min, int max) |
| int | get_mail_conf_int_fn (const char *name, stupid_indent_int defval, int min, int max) |
| void | set_mail_conf_int (const char *name, int value) |
| void | get_mail_conf_int_table (const CONFIG_INT_TABLE *table) |
| void | get_mail_conf_int_fn_table (const CONFIG_INT_FN_TABLE *table) |
| typedef int(* stupid_indent_int) (void) |
mail_conf_int.c の 163 行目に定義があります。
mail_conf_int.c の 125 行目に定義があります。
mail_conf_int.c の 135 行目に定義があります。
mail_conf_int.c の 147 行目に定義があります。
| int get_mail_conf_int_fn | ( | const char * | name, |
| stupid_indent_int | defval, | ||
| int | min, | ||
| int | max | ||
| ) |
mail_conf_int.c の 165 行目に定義があります。
| void get_mail_conf_int_fn_table | ( | const CONFIG_INT_FN_TABLE * | table | ) |
mail_conf_int.c の 199 行目に定義があります。
| void get_mail_conf_int_table | ( | const CONFIG_INT_TABLE * | table | ) |
mail_conf_int.c の 188 行目に定義があります。
| void set_mail_conf_int | ( | const char * | name, |
| int | value | ||
| ) |
mail_conf_int.c の 178 行目に定義があります。
1.8.9.1