Home
last modified time | relevance | path

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

12

/dports/databases/percona57-server/percona-server-5.7.36-39/sql/conn_handler/
H A Dsocket_connection.h43 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dsocket_connection.cc265 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
367 if (native_strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in get_listener_socket()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/conn_handler/
H A Dsocket_connection.h43 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dsocket_connection.cc260 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
362 if (native_strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in get_listener_socket()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/conn_handler/
H A Dsocket_connection.h43 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dsocket_connection.cc265 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
367 if (native_strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in get_listener_socket()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/conn_handler/
H A Dsocket_connection.h43 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dsocket_connection.cc265 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
367 if (native_strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in get_listener_socket()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/conn_handler/
H A Dsocket_connection.h43 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dsocket_connection.cc260 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
362 if (native_strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in get_listener_socket()
/dports/databases/mysql57-client/mysql-5.7.36/sql/conn_handler/
H A Dsocket_connection.h43 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dsocket_connection.cc260 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
362 if (native_strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in get_listener_socket()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/conn_handler/
H A Dsocket_connection.h45 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dsocket_connection.cc284 const char *MY_BIND_ALL_ADDRESSES = "*"; variable
388 if (native_strcasecmp(m_bind_addr_str.c_str(), MY_BIND_ALL_ADDRESSES) == in get_listener_socket()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dwsrep_utils.cc448 if (addr && 0 == strcasecmp(addr, MY_BIND_ALL_ADDRESSES)) return INADDR_ANY; in wsrep_check_ip()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dwsrep_utils.cc444 if (addr && 0 == strcasecmp(addr, MY_BIND_ALL_ADDRESSES)) return INADDR_ANY; in wsrep_check_ip()
H A Dmysqld.h812 extern const char *MY_BIND_ALL_ADDRESSES;
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dmysqld.h793 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dmysqld.cc2075 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
2339 if (strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in network_init()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dmysqld.h854 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dmysqld.cc2156 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
2592 if (strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in activate_tcp_port()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dmysqld.h854 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dmysqld.cc2156 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
2602 if (strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in activate_tcp_port()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dmysqld.h854 extern const char *MY_BIND_ALL_ADDRESSES;
H A Dmysqld.cc2156 const char *MY_BIND_ALL_ADDRESSES= "*"; variable
2602 if (strcasecmp(my_bind_addr_str, MY_BIND_ALL_ADDRESSES) == 0) in activate_tcp_port()

12