Home
last modified time | relevance | path

Searched refs:unix_socket (Results 201 – 225 of 975) sorted by relevance

12345678910>>...39

/dports/databases/percona57-client/percona-server-5.7.36-39/sql-common/
H A Dclient.c352 if (!unix_socket || (unix_socket)[0] == 0x00) in create_named_pipe()
4363 if (!unix_socket) in CLI_MYSQL_REAL_CONNECT()
4364 unix_socket = mysql->options.unix_socket; in CLI_MYSQL_REAL_CONNECT()
4388 host ? host : "<null>", unix_socket ? unix_socket : "<null>", in CLI_MYSQL_REAL_CONNECT()
4402 unix_socket = 0; in CLI_MYSQL_REAL_CONNECT()
4433 if (!unix_socket) in CLI_MYSQL_REAL_CONNECT()
4465 host ? host : "<null>", unix_socket ? unix_socket : "<null>", in CLI_MYSQL_REAL_CONNECT()
4469 (unix_socket && !strcmp(unix_socket, MYSQL_NAMEDPIPE))) in CLI_MYSQL_REAL_CONNECT()
4765 unix_socket ? (uint)strlen(unix_socket) + 1 : (uint)1, in CLI_MYSQL_REAL_CONNECT()
4776 if (unix_socket) in CLI_MYSQL_REAL_CONNECT()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql-common/
H A Dclient.c352 if (!unix_socket || (unix_socket)[0] == 0x00) in create_named_pipe()
4124 if (!unix_socket) in CLI_MYSQL_REAL_CONNECT()
4125 unix_socket = mysql->options.unix_socket; in CLI_MYSQL_REAL_CONNECT()
4149 host ? host : "<null>", unix_socket ? unix_socket : "<null>", in CLI_MYSQL_REAL_CONNECT()
4163 unix_socket = 0; in CLI_MYSQL_REAL_CONNECT()
4194 if (!unix_socket) in CLI_MYSQL_REAL_CONNECT()
4226 host ? host : "<null>", unix_socket ? unix_socket : "<null>", in CLI_MYSQL_REAL_CONNECT()
4230 (unix_socket && !strcmp(unix_socket, MYSQL_NAMEDPIPE))) in CLI_MYSQL_REAL_CONNECT()
4526 unix_socket ? (uint)strlen(unix_socket) + 1 : (uint)1, in CLI_MYSQL_REAL_CONNECT()
4537 if (unix_socket) in CLI_MYSQL_REAL_CONNECT()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/sql-common/
H A Dclient.c352 if (!unix_socket || (unix_socket)[0] == 0x00) in create_named_pipe()
4154 if (!unix_socket) in CLI_MYSQL_REAL_CONNECT()
4155 unix_socket = mysql->options.unix_socket; in CLI_MYSQL_REAL_CONNECT()
4179 host ? host : "<null>", unix_socket ? unix_socket : "<null>", in CLI_MYSQL_REAL_CONNECT()
4193 unix_socket = 0; in CLI_MYSQL_REAL_CONNECT()
4224 if (!unix_socket) in CLI_MYSQL_REAL_CONNECT()
4256 host ? host : "<null>", unix_socket ? unix_socket : "<null>", in CLI_MYSQL_REAL_CONNECT()
4260 (unix_socket && !strcmp(unix_socket, MYSQL_NAMEDPIPE))) in CLI_MYSQL_REAL_CONNECT()
4556 unix_socket ? (uint)strlen(unix_socket) + 1 : (uint)1, in CLI_MYSQL_REAL_CONNECT()
4567 if (unix_socket) in CLI_MYSQL_REAL_CONNECT()
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/mysql_shim/
H A Dmysqlinterface.cpp85 …const char *db, unsigned int port, const char *unix_socket, unsigned long clientflag) const overri… in real_connect()
87 return mysql_real_connect(mysql, host, user, passwd, db, port, unix_socket, clientflag); in real_connect()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/plugins/t/
H A Dunix_socket.test9 eval create user '$USER' identified via unix_socket;
36 grant SELECT ON test.* TO '' identified via unix_socket;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/plugins/t/
H A Dunix_socket.test9 eval create user '$USER' identified via unix_socket;
36 grant SELECT ON test.* TO '' identified via unix_socket;
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/plugins/t/
H A Dunix_socket.test9 eval create user '$USER' identified via unix_socket;
36 grant SELECT ON test.* TO '' identified via unix_socket;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/plugins/t/
H A Dunix_socket.test9 eval create user '$USER' identified via unix_socket;
36 grant SELECT ON test.* TO '' identified via unix_socket;
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/common/
H A Dseaf-db.h26 const char *unix_socket,
38 const char *unix_socket,
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/contrib/vhost-user-blk/
H A Dvhost-user-blk.c506 char *unix_socket = NULL; in main() local
518 unix_socket = g_strdup(optarg); in main()
531 if (!unix_socket || !blk_file) { in main()
537 lsock = unix_sock_new(unix_socket); in main()
570 g_free(unix_socket); in main()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/py/src/transport/
H A DTSSLSocket.py261 unix_socket = kwargs.pop('unix_socket', None)
264 TSocket.TSocket.__init__(self, host, port, unix_socket)
343 unix_socket = kwargs.pop('unix_socket', None)
347 TSocket.TServerSocket.__init__(self, host, port, unix_socket)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/py/src/transport/
H A DTSSLSocket.py261 unix_socket = kwargs.pop('unix_socket', None)
264 TSocket.TSocket.__init__(self, host, port, unix_socket)
343 unix_socket = kwargs.pop('unix_socket', None)
347 TSocket.TServerSocket.__init__(self, host, port, unix_socket)
/dports/databases/mariadb104-server/mariadb-10.4.24/debian/
H A Dmariadb-server-10.4.README.Debian44 …sudo /usr/bin/mysql -e "GRANT ALL ON *.* TO '$USER'@'localhost' IDENTIFIED VIA unix_socket WITH GR…
56 unix_socket.
60 and to use unix_socket authentication. But scripts running under "mysql"
63 If you are too tired to type the password in every time and unix_socket auth
/dports/databases/mariadb104-client/mariadb-10.4.24/debian/
H A Dmariadb-server-10.4.README.Debian44 …sudo /usr/bin/mysql -e "GRANT ALL ON *.* TO '$USER'@'localhost' IDENTIFIED VIA unix_socket WITH GR…
56 unix_socket.
60 and to use unix_socket authentication. But scripts running under "mysql"
63 If you are too tired to type the password in every time and unix_socket auth
/dports/databases/mysql55-client/mysql-5.5.62/client/
H A Dclient_priv.h131 const char *unix_socket, ulong client_flag, in mysql_connect_ssl_check() argument
149 unix_socket, client_flag); in mysql_connect_ssl_check()
/dports/www/py-waitress/waitress-2.0.0/tests/
H A Dtest_server.py318 unix_socket = "/tmp/waitress.test.sock" variable in TestUnixWSGIServer
329 unix_socket=self.unix_socket,
370 self.assertEqual(inst.socket.getsockname(), self.unix_socket)
392 dummy_app, unix_socket=self.unix_socket, unix_socket_perms="600"
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/app/Config/
H A Ddatabase.php.default53 * unix_socket =>
54 * For MySQL to connect via socket specify the `unix_socket` parameter instead of `host` and `port`
98 $this->default['unix_socket'] = $array[1];
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/router/src/common/
H A Dmysql_session.cc597 const std::string &unix_socket, in connect() argument
608 if (unix_socket.length() > 0) { in connect()
621 std::string tmp_conn_addr = unix_socket.length() > 0 in connect()
622 ? unix_socket in connect()
626 unix_socket.c_str(), client_flags)) { in connect()
639 unix_socket, default_schema, connect_timeout, read_timeout}; in connect()
662 conn_params.conn_opts.unix_socket, in connect_and_set_opts()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dclient_priv.h150 const char *unix_socket, ulong client_flag, in mysql_connect_ssl_check() argument
168 unix_socket, client_flag); in mysql_connect_ssl_check()
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dclient_priv.h150 const char *unix_socket, ulong client_flag, in mysql_connect_ssl_check() argument
168 unix_socket, client_flag); in mysql_connect_ssl_check()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/server/
H A Dsws.c1876 const char *unix_socket = NULL; in main() local
1948 unix_socket = argv[arg]; in main()
1956 location_str = unix_socket; in main()
2080 unix_socket, error, strerror(error)); in main()
2089 unix_socket, error, strerror(error)); in main()
2095 rc = curlx_win32_stat(unix_socket, &statbuf); in main()
2097 rc = lstat(unix_socket, &statbuf); in main()
2101 unix_socket, errno, strerror(errno)); in main()
2107 unix_socket, error, strerror(error)); in main()
2112 rc = unlink(unix_socket); in main()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/server/
H A Dsws.c1876 const char *unix_socket = NULL; in main() local
1952 unix_socket = argv[arg]; in main()
1960 location_str = unix_socket; in main()
2080 unix_socket, error, strerror(error)); in main()
2089 unix_socket, error, strerror(error)); in main()
2095 rc = curlx_win32_stat(unix_socket, &statbuf); in main()
2097 rc = lstat(unix_socket, &statbuf); in main()
2101 unix_socket, errno, strerror(errno)); in main()
2107 unix_socket, error, strerror(error)); in main()
2112 rc = unlink(unix_socket); in main()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/server/
H A Dsws.c1876 const char *unix_socket = NULL; in main() local
1948 unix_socket = argv[arg]; in main()
1956 location_str = unix_socket; in main()
2080 unix_socket, error, strerror(error)); in main()
2089 unix_socket, error, strerror(error)); in main()
2095 rc = curlx_win32_stat(unix_socket, &statbuf); in main()
2097 rc = lstat(unix_socket, &statbuf); in main()
2101 unix_socket, errno, strerror(errno)); in main()
2107 unix_socket, error, strerror(error)); in main()
2112 rc = unlink(unix_socket); in main()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/py/src/transport/
H A DTSSLSocket.py262 unix_socket = kwargs.pop('unix_socket', None)
266 TSocket.TSocket.__init__(self, host, port, unix_socket,
355 unix_socket = kwargs.pop('unix_socket', None)
359 TSocket.TServerSocket.__init__(self, host, port, unix_socket)
/dports/devel/thrift-cpp/thrift-0.14.0/lib/py/src/transport/
H A DTSSLSocket.py262 unix_socket = kwargs.pop('unix_socket', None)
266 TSocket.TSocket.__init__(self, host, port, unix_socket,
355 unix_socket = kwargs.pop('unix_socket', None)
359 TSocket.TServerSocket.__init__(self, host, port, unix_socket)

12345678910>>...39