|
Postfix3.3.1
|
#include <sys_defs.h>#include <string.h>#include <msg.h>#include <mymalloc.h>#include <vstring.h>#include <dict.h>#include <stringops.h>#include <mac_expand.h>#include <mail_conf.h>#include <postconf.h>データ構造 | |
| struct | PCF_EVAL_CTX |
マクロ定義 | |
| #define | STR(x) vstring_str(x) |
| #define | LOOKUP(dict, name) ((dict) ? dict_get((dict), (name)) : 0) |
| #define | DONT_FILTER (char *) 0 |
関数 | |
| const char * | pcf_lookup_parameter_value (int mode, const char *name, PCF_MASTER_ENT *local_scope, PCF_PARAM_NODE *node) |
| char * | pcf_expand_parameter_value (VSTRING *buf, int mode, const char *value, PCF_MASTER_ENT *local_scope) |
| #define DONT_FILTER (char *) 0 |
| #define LOOKUP | ( | dict, | |
| name | |||
| ) | ((dict) ? dict_get((dict), (name)) : 0) |
| #define STR | ( | x | ) | vstring_str(x) |
postconf_lookup.c の 105 行目に定義があります。
| char* pcf_expand_parameter_value | ( | VSTRING * | buf, |
| int | mode, | ||
| const char * | value, | ||
| PCF_MASTER_ENT * | local_scope | ||
| ) |
postconf_lookup.c の 157 行目に定義があります。
| const char* pcf_lookup_parameter_value | ( | int | mode, |
| const char * | name, | ||
| PCF_MASTER_ENT * | local_scope, | ||
| PCF_PARAM_NODE * | node | ||
| ) |
postconf_lookup.c の 109 行目に定義があります。
1.8.9.1