orte_rml_base_parse_uris  416 orte/mca/ess/base/ess_base_std_orted.c         if (ORTE_SUCCESS != (ret = orte_rml_base_parse_uris(orte_process_info.my_hnp_uri,
orte_rml_base_parse_uris  240 orte/mca/ess/base/ess_base_std_tool.c         if (ORTE_SUCCESS != orte_rml_base_parse_uris(orte_process_info.my_hnp_uri, ORTE_PROC_MY_HNP, NULL)) {
orte_rml_base_parse_uris  520 orte/mca/ess/pmi/ess_pmi_module.c         if (ORTE_SUCCESS != (ret = orte_rml_base_parse_uris(orte_process_info.my_hnp_uri,
orte_rml_base_parse_uris  531 orte/mca/ess/pmi/ess_pmi_module.c         if (ORTE_SUCCESS != (ret = orte_rml_base_parse_uris(orte_process_info.my_daemon_uri,
orte_rml_base_parse_uris  373 orte/mca/ess/singleton/ess_singleton_module.c         if (ORTE_SUCCESS != (ret = orte_rml_base_parse_uris(orte_process_info.my_hnp_uri,
orte_rml_base_parse_uris  384 orte/mca/ess/singleton/ess_singleton_module.c         if (ORTE_SUCCESS != (ret = orte_rml_base_parse_uris(orte_process_info.my_daemon_uri,
orte_rml_base_parse_uris   49 orte/mca/rml/base/rml_contact.h ORTE_DECLSPEC int orte_rml_base_parse_uris(const char* contact_inf,
orte_rml_base_parse_uris  692 orte/orted/orted_main.c         ret = orte_rml_base_parse_uris(orte_parent_uri, ORTE_PROC_MY_PARENT, NULL);
orte_rml_base_parse_uris  556 orte/orted/orted_submit.c         if (ORTE_SUCCESS != orte_rml_base_parse_uris(orte_process_info.my_hnp_uri, ORTE_PROC_MY_HNP, NULL)) {
orte_rml_base_parse_uris  599 orte/orted/pmix/pmix_server_dyn.c         rc = orte_rml_base_parse_uris(uri, &dmn, NULL);
orte_rml_base_parse_uris  107 orte/orted/pmix/pmix_server_pub.c         if (ORTE_SUCCESS != (rc = orte_rml_base_parse_uris(server, &orte_pmix_server_globals.server, NULL))) {
orte_rml_base_parse_uris  117 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = orte_rml_base_parse_uris(uri, &tool, NULL))) {
orte_rml_base_parse_uris  140 orte/util/hnp_contact.c         if (ORTE_SUCCESS != (rc = orte_rml_base_parse_uris(hnp_uri, &hnp->name, NULL))) {