|
Postfix3.3.1
|
#include <sys_defs.h>#include <stdlib.h>#include <string.h>#include <msg.h>#include <mymalloc.h>#include <stringops.h>#include "mail_conf.h"型定義 | |
| typedef const char *(* | stupid_indent_str) (void) |
関数 | |
| void | check_mail_conf_str (const char *name, const char *strval, int min, int max) |
| char * | get_mail_conf_str (const char *name, const char *defval, int min, int max) |
| char * | get_mail_conf_str2 (const char *name1, const char *name2, const char *defval, int min, int max) |
| char * | get_mail_conf_str_fn (const char *name, stupid_indent_str defval, int min, int max) |
| void | set_mail_conf_str (const char *name, const char *value) |
| void | get_mail_conf_str_table (const CONFIG_STR_TABLE *table) |
| void | get_mail_conf_str_fn_table (const CONFIG_STR_FN_TABLE *table) |
| typedef const char*(* stupid_indent_str) (void) |
mail_conf_str.c の 153 行目に定義があります。
mail_conf_str.c の 104 行目に定義があります。
mail_conf_str.c の 119 行目に定義があります。
| char* get_mail_conf_str2 | ( | const char * | name1, |
| const char * | name2, | ||
| const char * | defval, | ||
| int | min, | ||
| int | max | ||
| ) |
mail_conf_str.c の 134 行目に定義があります。
| char* get_mail_conf_str_fn | ( | const char * | name, |
| stupid_indent_str | defval, | ||
| int | min, | ||
| int | max | ||
| ) |
mail_conf_str.c の 155 行目に定義があります。
| void get_mail_conf_str_fn_table | ( | const CONFIG_STR_FN_TABLE * | table | ) |
mail_conf_str.c の 190 行目に定義があります。
| void get_mail_conf_str_table | ( | const CONFIG_STR_TABLE * | table | ) |
mail_conf_str.c の 177 行目に定義があります。
| void set_mail_conf_str | ( | const char * | name, |
| const char * | value | ||
| ) |
mail_conf_str.c の 170 行目に定義があります。
1.8.9.1