Home
last modified time | relevance | path

Searched refs:multivalue_options (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/src/
H A Dconfig_generator.h143 const std::map<std::string, std::vector<std::string>> &multivalue_options,
149 const std::map<std::string, std::vector<std::string>> &multivalue_options,
272 const std::map<std::string, std::vector<std::string>> &multivalue_options,
280 const std::map<std::string, std::vector<std::string>> &multivalue_options,
336 &multivalue_options) noexcept;
H A Dconfig_generator.cc575 const std::map<std::string, std::vector<std::string>> &multivalue_options, in bootstrap_system_deployment() argument
620 router_name, options, multivalue_options, default_paths, false, in bootstrap_system_deployment()
679 const std::map<std::string, std::vector<std::string>> &multivalue_options, in bootstrap_directory_deployment() argument
813 config_files_names[1], router_name, options, multivalue_options, in bootstrap_directory_deployment()
1267 const std::map<std::string, std::vector<std::string>> &multivalue_options, in bootstrap_deployment() argument
1326 multivalue_options, options); in bootstrap_deployment()
1439 &multivalue_options) noexcept { in get_account_host_args() argument
1445 if (multivalue_options.count(kAccountHost)) in get_account_host_args()
1446 for (const std::string &h : multivalue_options.at(kAccountHost)) in get_account_host_args()
1535 const std::map<std::string, std::vector<std::string>> &multivalue_options, in try_bootstrap_deployment() argument
[all …]
/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.c3337 const char *multivalue_options[] = in Connection_getPrinterAttributes() local
3366 for (opt = multivalue_options; !is_list && *opt; opt++) in Connection_getPrinterAttributes()