Home
last modified time | relevance | path

Searched refs:xcom_client_open_connection (Results 1 – 25 of 25) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/
H A Dgcs_xcom_utils.h393 virtual connection_descriptor* xcom_client_open_connection(std::string addr, xcom_port port)= 0;
629 connection_descriptor* xcom_client_open_connection(std::string, xcom_port port);
H A Dgcs_xcom_utils.cc166 Gcs_xcom_proxy_impl::xcom_client_open_connection(std::string saddr, xcom_port port) in xcom_client_open_connection() function in Gcs_xcom_proxy_impl
383 while ((con= xcom_client_open_connection(addr, port)) == NULL && in xcom_open_handlers()
H A Dgcs_xcom_control_interface.cc525 if((con= m_xcom_proxy->xcom_client_open_connection(addr, port)) == NULL) in retry_do_join()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/
H A Dgcs_xcom_utils.h393 virtual connection_descriptor* xcom_client_open_connection(std::string addr, xcom_port port)= 0;
629 connection_descriptor* xcom_client_open_connection(std::string, xcom_port port);
H A Dgcs_xcom_utils.cc166 Gcs_xcom_proxy_impl::xcom_client_open_connection(std::string saddr, xcom_port port) in xcom_client_open_connection() function in Gcs_xcom_proxy_impl
383 while ((con= xcom_client_open_connection(addr, port)) == NULL && in xcom_open_handlers()
H A Dgcs_xcom_control_interface.cc525 if((con= m_xcom_proxy->xcom_client_open_connection(addr, port)) == NULL) in retry_do_join()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/
H A Dgcs_xcom_utils.h393 virtual connection_descriptor* xcom_client_open_connection(std::string addr, xcom_port port)= 0;
629 connection_descriptor* xcom_client_open_connection(std::string, xcom_port port);
H A Dgcs_xcom_utils.cc166 Gcs_xcom_proxy_impl::xcom_client_open_connection(std::string saddr, xcom_port port) in xcom_client_open_connection() function in Gcs_xcom_proxy_impl
383 while ((con= xcom_client_open_connection(addr, port)) == NULL && in xcom_open_handlers()
H A Dgcs_xcom_control_interface.cc525 if((con= m_xcom_proxy->xcom_client_open_connection(addr, port)) == NULL) in retry_do_join()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/
H A Dgcs_xcom_utils.h393 virtual connection_descriptor* xcom_client_open_connection(std::string addr, xcom_port port)= 0;
629 connection_descriptor* xcom_client_open_connection(std::string, xcom_port port);
H A Dgcs_xcom_utils.cc166 Gcs_xcom_proxy_impl::xcom_client_open_connection(std::string saddr, xcom_port port) in xcom_client_open_connection() function in Gcs_xcom_proxy_impl
383 while ((con= xcom_client_open_connection(addr, port)) == NULL && in xcom_open_handlers()
H A Dgcs_xcom_control_interface.cc525 if((con= m_xcom_proxy->xcom_client_open_connection(addr, port)) == NULL) in retry_do_join()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/
H A Dgcs_xcom_utils.h393 virtual connection_descriptor* xcom_client_open_connection(std::string addr, xcom_port port)= 0;
629 connection_descriptor* xcom_client_open_connection(std::string, xcom_port port);
H A Dgcs_xcom_utils.cc166 Gcs_xcom_proxy_impl::xcom_client_open_connection(std::string saddr, xcom_port port) in xcom_client_open_connection() function in Gcs_xcom_proxy_impl
383 while ((con= xcom_client_open_connection(addr, port)) == NULL && in xcom_open_handlers()
H A Dgcs_xcom_control_interface.cc525 if((con= m_xcom_proxy->xcom_client_open_connection(addr, port)) == NULL) in retry_do_join()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/group_replication/libmysqlgcs/src/bindings/xcom/
H A Dgcs_xcom_utils.h393 virtual connection_descriptor* xcom_client_open_connection(std::string addr, xcom_port port)= 0;
629 connection_descriptor* xcom_client_open_connection(std::string, xcom_port port);
H A Dgcs_xcom_utils.cc166 Gcs_xcom_proxy_impl::xcom_client_open_connection(std::string saddr, xcom_port port) in xcom_client_open_connection() function in Gcs_xcom_proxy_impl
383 while ((con= xcom_client_open_connection(addr, port)) == NULL && in xcom_open_handlers()
H A Dgcs_xcom_control_interface.cc525 if((con= m_xcom_proxy->xcom_client_open_connection(addr, port)) == NULL) in retry_do_join()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/group_replication/libmysqlgcs/src/bindings/xcom/
H A Dgcs_xcom_proxy.h436 virtual connection_descriptor *xcom_client_open_connection(
875 connection_descriptor *xcom_client_open_connection(std::string,
H A Dgcs_xcom_proxy.cc48 connection_descriptor *Gcs_xcom_proxy_impl::xcom_client_open_connection( in xcom_client_open_connection() function in Gcs_xcom_proxy_impl
678 connection_descriptor *con = xcom_client_open_connection( in xcom_get_synode_app_data()
794 connection_descriptor *con = xcom_client_open_connection(host, port); in test_xcom_tcp_connection()
H A Dgcs_xcom_control_interface.cc577 con = m_xcom_proxy->xcom_client_open_connection(addr, port); in connect_to_peer()
751 if ((con = m_xcom_proxy->xcom_client_open_connection(addr, port)) == in get_connection_to_node()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/unittest/gunit/libmysqlgcs/xcom/
H A Dgcs_xcom_communication_interface-t.cc97 MOCK_METHOD2(xcom_client_open_connection,
546 EXPECT_CALL(*mock_proxy, xcom_client_open_connection(_, _)) in TEST_F()
669 EXPECT_CALL(*mock_proxy, xcom_client_open_connection(_, _)) in TEST_F()
H A Dgcs_xcom_group_management-t.cc60 MOCK_METHOD2(xcom_client_open_connection,
H A Dgcs_message_stage_fragmentation-t.cc68 MOCK_METHOD2(xcom_client_open_connection,
H A Dgcs_xcom_control_interface-t.cc359 MOCK_METHOD2(xcom_client_open_connection,
787 EXPECT_CALL(proxy, xcom_client_open_connection(Eq("127.0.0.1"), Eq(12346))) in TEST_F()
796 EXPECT_CALL(proxy, xcom_client_open_connection(Eq("127.0.0.1"), Eq(12347))) in TEST_F()
836 EXPECT_CALL(proxy, xcom_client_open_connection(_, _)) in TEST_F()