Home
last modified time | relevance | path

Searched refs:dict_lookup (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/ibm-public/postfix/dist/src/global/
H A Dcfg_parser.c125 if ((strval = dict_lookup(parser->name, name)) == 0) in get_dict_str()
162 if ((strval = dict_lookup(parser->name, name)) != 0) { in get_dict_int()
200 if ((strval = dict_lookup(parser->name, name)) != 0) { in get_dict_bool()
H A Dmail_conf.c259 return (dict_lookup(CONFIG_DICT, name)); in mail_conf_lookup()
270 if ((value = dict_lookup(CONFIG_DICT, name)) != 0) in mail_conf_lookup_eval()
/netbsd/external/ibm-public/postfix/dist/src/postconf/
H A Dpostconf_user.c222 if ((value = dict_lookup(dict_name, name)) != 0) in pcf_lookup_eval()
336 if (dict_lookup(dict_name, PCF_PARAM_INFO_NAME(*ht))) in pcf_scan_default_parameter_values()
H A Dpostconf_lookup.c128 && (value = dict_lookup(CONFIG_DICT, name)) == 0 in pcf_lookup_parameter_value()
/netbsd/external/ibm-public/postfix/dist/src/util/
H A Ddict.h225 extern const char *dict_lookup(const char *, const char *);
H A Ddict.c384 const char *dict_lookup(const char *dict_name, const char *member) in dict_lookup() function