| /netbsd-src/external/ibm-public/postfix/dist/src/global/ |
| H A D | dict_mysql.c | 648 dict_mysql->username = cfg_get_str(p, "user", "", 0, 0); in mysql_parse_config() 649 dict_mysql->password = cfg_get_str(p, "password", "", 0, 0); in mysql_parse_config() 650 dict_mysql->dbname = cfg_get_str(p, "dbname", "", 1, 0); in mysql_parse_config() 651 dict_mysql->result_format = cfg_get_str(p, "result_format", "%s", 1, 0); in mysql_parse_config() 652 dict_mysql->option_file = cfg_get_str(p, "option_file", NULL, 0, 0); in mysql_parse_config() 653 dict_mysql->option_group = cfg_get_str(p, "option_group", "client", 0, 0); in mysql_parse_config() 655 dict_mysql->tls_key_file = cfg_get_str(p, "tls_key_file", NULL, 0, 0); in mysql_parse_config() 656 dict_mysql->tls_cert_file = cfg_get_str(p, "tls_cert_file", NULL, 0, 0); in mysql_parse_config() 657 dict_mysql->tls_CAfile = cfg_get_str(p, "tls_CAfile", NULL, 0, 0); in mysql_parse_config() 658 dict_mysql->tls_CApath = cfg_get_str(p, "tls_CApath", NULL, 0, 0); in mysql_parse_config() [all …]
|
| H A D | dict_ldap.c | 1550 server_host = cfg_get_str(dict_ldap->parser, "server_host", in dict_ldap_open() 1642 scope = cfg_get_str(dict_ldap->parser, "scope", "sub", 1, 0); in dict_ldap_open() 1658 dict_ldap->search_base = cfg_get_str(dict_ldap->parser, "search_base", in dict_ldap_open() 1669 cfg_get_str(dict_ldap->parser, "query_filter", in dict_ldap_open() 1672 cfg_get_str(dict_ldap->parser, "result_format", 0, 0, 0)) == 0) in dict_ldap_open() 1674 cfg_get_str(dict_ldap->parser, "result_filter", "%s", 1, 0); in dict_ldap_open() 1705 attr = cfg_get_str(dict_ldap->parser, "terminal_result_attribute", "", 0, 0); in dict_ldap_open() 1711 attr = cfg_get_str(dict_ldap->parser, "leaf_result_attribute", "", 0, 0); in dict_ldap_open() 1719 attr = cfg_get_str(dict_ldap->parser, "result_attribute", "maildrop", 0, 0); in dict_ldap_open() 1726 attr = cfg_get_str(dict_ldap->parser, "special_result_attribute", "", 0, 0); in dict_ldap_open() [all …]
|
| H A D | dict_pgsql.c | 636 dict_pgsql->username = cfg_get_str(p, "user", "", 0, 0); in pgsql_parse_config() 637 dict_pgsql->password = cfg_get_str(p, "password", "", 0, 0); in pgsql_parse_config() 638 dict_pgsql->dbname = cfg_get_str(p, "dbname", "", 1, 0); in pgsql_parse_config() 639 dict_pgsql->encoding = cfg_get_str(p, "encoding", "UTF8", 1, 0); in pgsql_parse_config() 640 dict_pgsql->result_format = cfg_get_str(p, "result_format", "%s", 1, 0); in pgsql_parse_config() 649 if ((dict_pgsql->query = cfg_get_str(p, "query", 0, 0, 0)) == 0) { in pgsql_parse_config() 656 select_function = cfg_get_str(p, "select_function", 0, 0, 0); in pgsql_parse_config() 685 hosts = cfg_get_str(p, "hosts", "", 0, 0); in pgsql_parse_config()
|
| H A D | db_common.c | 264 domainlist = cfg_get_str(parser, "domain", "", 0, 0); in db_common_parse_domain() 557 if ((table = cfg_get_str(parser, "table", NULL, 1, 0)) == 0) in db_common_sql_build_query() 560 if ((select_field = cfg_get_str(parser, "select_field", NULL, 1, 0)) == 0) in db_common_sql_build_query() 563 if ((where_field = cfg_get_str(parser, "where_field", NULL, 1, 0)) == 0) in db_common_sql_build_query() 566 additional_conditions = cfg_get_str(parser, "additional_conditions", in db_common_sql_build_query()
|
| H A D | dict_sqlite.c | 263 dict_sqlite->dbpath = cfg_get_str(dict_sqlite->parser, "dbpath", "", 1, 0); in sqlite_parse_config() 264 dict_sqlite->query = cfg_get_str(dict_sqlite->parser, "query", NULL, 0, 0); in sqlite_parse_config() 271 cfg_get_str(dict_sqlite->parser, "result_format", "%s", 1, 0); in sqlite_parse_config()
|
| H A D | cfg_parser.h | 34 extern char *cfg_get_str(const CFG_PARSER *, const char *, const char *,
|
| H A D | dict_memcache.c | 547 dict_mc->key_format = cfg_get_str(dict_mc->parser, DICT_MC_NAME_KEY_FMT, in dict_memcache_open() 563 dict_mc->memcache = cfg_get_str(dict_mc->parser, DICT_MC_NAME_MEMCACHE, in dict_memcache_open() 575 backup = cfg_get_str(dict_mc->parser, DICT_MC_NAME_BACKUP, in dict_memcache_open()
|
| H A D | cfg_parser.c | 263 char *cfg_get_str(const CFG_PARSER *parser, const char *name, in cfg_get_str() function
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | extract_cfg.sh | 68 define(`cfg_get_str',`$2
|