HomeSort by: relevance | last modified time | path
    Searched refs:cfg_get_str (Results 1 - 9 of 9) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
cfg_parser.h 34 extern char *cfg_get_str(const CFG_PARSER *, const char *, const char *,
dict_mysql.c 693 dict_mysql->username = cfg_get_str(p, "user", "", 0, 0);
694 dict_mysql->password = cfg_get_str(p, "password", "", 0, 0);
695 dict_mysql->dbname = cfg_get_str(p, "dbname", "", 1, 0);
696 dict_mysql->charset = cfg_get_str(p, "charset", "utf8mb4", 1, 0);
701 dict_mysql->result_format = cfg_get_str(p, "result_format", "%s", 1, 0);
702 dict_mysql->option_file = cfg_get_str(p, "option_file", NULL, 0, 0);
703 dict_mysql->option_group = cfg_get_str(p, "option_group", "client", 0, 0);
704 dict_mysql->tls_key_file = cfg_get_str(p, "tls_key_file", NULL, 0, 0);
705 dict_mysql->tls_cert_file = cfg_get_str(p, "tls_cert_file", NULL, 0, 0);
706 dict_mysql->tls_CAfile = cfg_get_str(p, "tls_CAfile", NULL, 0, 0)
    [all...]
dict_ldap.c 1550 server_host = cfg_get_str(dict_ldap->parser, "server_host",
1642 scope = cfg_get_str(dict_ldap->parser, "scope", "sub", 1, 0);
1658 dict_ldap->search_base = cfg_get_str(dict_ldap->parser, "search_base",
1669 cfg_get_str(dict_ldap->parser, "query_filter",
1672 cfg_get_str(dict_ldap->parser, "result_format", 0, 0, 0)) == 0)
1674 cfg_get_str(dict_ldap->parser, "result_filter", "%s", 1, 0);
1705 attr = cfg_get_str(dict_ldap->parser, "terminal_result_attribute", "", 0, 0);
1711 attr = cfg_get_str(dict_ldap->parser, "leaf_result_attribute", "", 0, 0);
1719 attr = cfg_get_str(dict_ldap->parser, "result_attribute", "maildrop", 0, 0);
1726 attr = cfg_get_str(dict_ldap->parser, "special_result_attribute", "", 0, 0)
    [all...]
dict_mongodb.c 164 dict_mongodb->uri = cfg_get_str(p, "uri", NULL, 1, 0);
165 dict_mongodb->dbname = cfg_get_str(p, "dbname", NULL, 1, 0);
166 dict_mongodb->collection = cfg_get_str(p, "collection", NULL, 1, 0);
167 dict_mongodb->query_filter = cfg_get_str(p, "query_filter", NULL, 1, 0);
173 dict_mongodb->projection = cfg_get_str(p, "projection", NULL, 0, 0);
175 = cfg_get_str(p, "result_attribute", NULL, 0, 0);
177 = cfg_get_str(dict_mongodb->parser, "result_format", "%s", 1, 0);
db_common.c 264 domainlist = cfg_get_str(parser, "domain", "", 0, 0);
557 if ((table = cfg_get_str(parser, "table", NULL, 1, 0)) == 0)
560 if ((select_field = cfg_get_str(parser, "select_field", NULL, 1, 0)) == 0)
563 if ((where_field = cfg_get_str(parser, "where_field", NULL, 1, 0)) == 0)
566 additional_conditions = cfg_get_str(parser, "additional_conditions",
dict_pgsql.c 633 dict_pgsql->username = cfg_get_str(p, "user", "", 0, 0);
634 dict_pgsql->password = cfg_get_str(p, "password", "", 0, 0);
635 dict_pgsql->dbname = cfg_get_str(p, "dbname", "", 0, 0);
636 dict_pgsql->encoding = cfg_get_str(p, "encoding", "UTF8", 1, 0);
641 dict_pgsql->result_format = cfg_get_str(p, "result_format", "%s", 1, 0);
650 if ((dict_pgsql->query = cfg_get_str(p, "query", 0, 0, 0)) == 0) {
657 select_function = cfg_get_str(p, "select_function", 0, 0, 0);
686 hosts = cfg_get_str(p, "hosts", "", 0, 0);
dict_memcache.c 580 dict_mc->key_digest = cfg_get_str(dict_mc->parser, DICT_MC_NAME_KEY_DGST,
593 dict_mc->key_format = cfg_get_str(dict_mc->parser, DICT_MC_NAME_KEY_FMT,
609 dict_mc->memcache = cfg_get_str(dict_mc->parser, DICT_MC_NAME_MEMCACHE,
621 backup = cfg_get_str(dict_mc->parser, DICT_MC_NAME_BACKUP,
cfg_parser.c 17 /* char *cfg_get_str(parser, name, defval, min, max)
263 char *cfg_get_str(const CFG_PARSER *parser, const char *name, function
266 const char *myname = "cfg_get_str";
  /src/external/ibm-public/postfix/dist/src/postconf/
extract_cfg.sh 68 define(`cfg_get_str',`$2

Completed in 26 milliseconds