|
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 const char *(* | stupid_indent_int) (void) |
関数 | |
| int | get_mail_conf_nint (const char *name, const char *defval, int min, int max) |
| int | get_mail_conf_nint2 (const char *name1, const char *name2, int defval, int min, int max) |
| int | get_mail_conf_nint_fn (const char *name, stupid_indent_int defval, int min, int max) |
| void | set_mail_conf_nint (const char *name, const char *value) |
| void | set_mail_conf_nint_int (const char *name, int value) |
| void | get_mail_conf_nint_table (const CONFIG_NINT_TABLE *table) |
| void | get_mail_conf_nint_fn_table (const CONFIG_NINT_FN_TABLE *table) |
| typedef const char*(* stupid_indent_int) (void) |
mail_conf_nint.c の 163 行目に定義があります。
mail_conf_nint.c の 131 行目に定義があります。
mail_conf_nint.c の 145 行目に定義があります。
| int get_mail_conf_nint_fn | ( | const char * | name, |
| stupid_indent_int | defval, | ||
| int | min, | ||
| int | max | ||
| ) |
mail_conf_nint.c の 165 行目に定義があります。
| void get_mail_conf_nint_fn_table | ( | const CONFIG_NINT_FN_TABLE * | table | ) |
mail_conf_nint.c の 208 行目に定義があります。
| void get_mail_conf_nint_table | ( | const CONFIG_NINT_TABLE * | table | ) |
mail_conf_nint.c の 197 行目に定義があります。
| void set_mail_conf_nint | ( | const char * | name, |
| const char * | value | ||
| ) |
mail_conf_nint.c の 180 行目に定義があります。
| void set_mail_conf_nint_int | ( | const char * | name, |
| int | value | ||
| ) |
mail_conf_nint.c の 187 行目に定義があります。
1.8.9.1