Home
last modified time | relevance | path

Searched refs:unix_socket (Results 226 – 250 of 975) sorted by relevance

12345678910>>...39

/dports/devel/thrift-c_glib/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)
/dports/devel/thrift/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)
/dports/misc/concourse/concourse-6.7.2/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/node-thrift/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)
/dports/devel/py-thrift/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)
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dclient_priv.h160 const char *unix_socket, ulong client_flag, in mysql_connect_ssl_check() argument
178 unix_socket, client_flag); in mysql_connect_ssl_check()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dclient_priv.h160 const char *unix_socket, ulong client_flag, in mysql_connect_ssl_check() argument
178 unix_socket, client_flag); in mysql_connect_ssl_check()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/databases/mod_mariadb/
H A Dmariadb_dsn.cpp135 const char* unix_socket() const in unix_socket() function in mariadb_dsn
149 …mysql, dsn.host(), dsn.user(), dsn.passwd(), dsn.db(), dsn.port(), dsn.unix_socket(), dsn.clientfl… in mysql_dsn_connect()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dclient_priv.h160 const char *unix_socket, ulong client_flag, in mysql_connect_ssl_check() argument
178 unix_socket, client_flag); in mysql_connect_ssl_check()
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/redis-0.10.0/
H A DCargo.toml60 [dependencies.unix_socket]
91 with-unix-sockets = ["unix_socket", "tokio-uds"]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/client/
H A Dxconnection_impl.cc252 XError Connection_impl::connect_to_localhost(const std::string &unix_socket) { in connect_to_localhost() argument
258 if (unix_socket.empty()) in connect_to_localhost()
261 if (unix_socket.length() > (sizeof(addr.sun_path) - 1)) { in connect_to_localhost()
271 strncpy(addr.sun_path, unix_socket.c_str(), sizeof(addr.sun_path) - 1); in connect_to_localhost()
279 std::string(error.what()) + ", while connecting to " + unix_socket, in connect_to_localhost()
/dports/emulators/qemu42/qemu-4.2.1/contrib/vhost-user-blk/
H A Dvhost-user-blk.c582 char *unix_socket = NULL; in main() local
594 unix_socket = g_strdup(optarg); in main()
607 if (!unix_socket || !blk_file) { in main()
613 lsock = unix_sock_new(unix_socket); in main()
650 g_free(unix_socket); in main()
/dports/emulators/qemu-utils/qemu-4.2.1/contrib/vhost-user-blk/
H A Dvhost-user-blk.c582 char *unix_socket = NULL; in main() local
594 unix_socket = g_strdup(optarg); in main()
607 if (!unix_socket || !blk_file) { in main()
613 lsock = unix_sock_new(unix_socket); in main()
650 g_free(unix_socket); in main()
/dports/www/ephemera/ephemera-6.34/
H A Dephemera.c112 *unix_socket = NULL, **g_argv = NULL, *config_dir = "/usr/local/etc", variable
239 unix_socket = optarg; in set_options()
271 if ( specified && unix_socket != NULL ) in set_options()
372 unlink( unix_socket ); in start_listening_unix()
374 strncpy( sa.sun_path, unix_socket, sizeof( sa.sun_path ) - 1 ); /* ensures NUL-terminated. */ in start_listening_unix()
379 syslog( LOG_ERR, "bind( %s ): %m", unix_socket ); in start_listening_unix()
384 if ( chown( unix_socket, passwd->pw_uid, group->gr_gid ) < 0 ) in start_listening_unix()
386 syslog( LOG_ERR, "chown( %s ): %m", unix_socket ); in start_listening_unix()
391 if ( chmod( unix_socket, S_IRWXU | S_IRWXG ) < 0 ) in start_listening_unix()
393 syslog( LOG_ERR, "chmod( %s, S_IRWXU | S_IRWXG ): %m", unix_socket ); in start_listening_unix()
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/server/
H A Dsws.c1960 const char *unix_socket = NULL; in main() local
2024 unix_socket = argv[arg]; in main()
2032 location_str = unix_socket; in main()
2155 unix_socket, error, strerror(error)); in main()
2164 unix_socket, error, strerror(error)); in main()
2169 rc = lstat(unix_socket, &statbuf); in main()
2172 unix_socket, errno, strerror(errno)); in main()
2177 unix_socket, error, strerror(error)); in main()
2181 rc = unlink(unix_socket); in main()
2184 unix_socket, errno, strerror(errno)); in main()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/server/
H A Dsws.c1871 const char *unix_socket = NULL; in main() local
1946 unix_socket = argv[arg]; in main()
1954 location_str = unix_socket; in main()
2076 unix_socket, error, strerror(error)); in main()
2085 unix_socket, error, strerror(error)); in main()
2090 rc = lstat(unix_socket, &statbuf); in main()
2093 unix_socket, errno, strerror(errno)); in main()
2098 unix_socket, error, strerror(error)); in main()
2102 rc = unlink(unix_socket); in main()
2105 unix_socket, errno, strerror(errno)); in main()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/server/
H A Dsws.c1871 const char *unix_socket = NULL; in main() local
1946 unix_socket = argv[arg]; in main()
1954 location_str = unix_socket; in main()
2076 unix_socket, error, strerror(error)); in main()
2085 unix_socket, error, strerror(error)); in main()
2090 rc = lstat(unix_socket, &statbuf); in main()
2093 unix_socket, errno, strerror(errno)); in main()
2098 unix_socket, error, strerror(error)); in main()
2102 rc = unlink(unix_socket); in main()
2105 unix_socket, errno, strerror(errno)); in main()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/tests/server/
H A Dsws.c1952 const char *unix_socket = NULL; in main() local
2016 unix_socket = argv[arg]; in main()
2024 location_str = unix_socket; in main()
2147 unix_socket, error, strerror(error)); in main()
2156 unix_socket, error, strerror(error)); in main()
2161 rc = lstat(unix_socket, &statbuf); in main()
2164 unix_socket, errno, strerror(errno)); in main()
2169 unix_socket, error, strerror(error)); in main()
2173 rc = unlink(unix_socket); in main()
2176 unix_socket, errno, strerror(errno)); in main()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/server/
H A Dsws.c1871 const char *unix_socket = NULL; in main() local
1946 unix_socket = argv[arg]; in main()
1954 location_str = unix_socket; in main()
2076 unix_socket, error, strerror(error)); in main()
2085 unix_socket, error, strerror(error)); in main()
2090 rc = lstat(unix_socket, &statbuf); in main()
2093 unix_socket, errno, strerror(errno)); in main()
2098 unix_socket, error, strerror(error)); in main()
2102 rc = unlink(unix_socket); in main()
2105 unix_socket, errno, strerror(errno)); in main()
[all …]
/dports/www/py-waitress/waitress-2.0.0/docs/
H A Dusage.rst31 …server/proxy such as nginx, lighttpd, and so on), call ``serve`` with the ``unix_socket`` argument:
36 serve(wsgiapp, unix_socket='/path/to/unix.sock')
66 unix_socket = /path/to/unix.sock
/dports/databases/libzdb/libzdb-3.2.2/src/db/mysql/
H A DMysqlConnection.c83 const char *unix_socket = URL_getParameter(url, "unix-socket"); in _doConnect() local
84 if (unix_socket) { in _doConnect()
132 if (mysql_real_connect(db, host, user, password, database, port, unix_socket, clientFlags)) in _doConnect()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql-common/
H A Dclient.cc381 if (!unix_socket || (unix_socket)[0] == 0x00) unix_socket = mysql_unix_port; in create_named_pipe()
5573 ctx.unix_socket = unix_socket; in mysql_real_connect()
5639 ctx->unix_socket = unix_socket; in mysql_real_connect_nonblocking()
5680 const char *unix_socket = ctx->unix_socket; in csm_begin_connect() local
5737 if (!unix_socket) unix_socket = mysql->options.unix_socket; in csm_begin_connect()
5770 unix_socket = 0; in csm_begin_connect()
5803 if (!unix_socket) unix_socket = mysql_unix_port; in csm_begin_connect()
5839 unix_socket ? unix_socket : "<null>", (int)have_tcpip)); in csm_begin_connect()
5842 (unix_socket && !strcmp(unix_socket, MYSQL_NAMEDPIPE))) in csm_begin_connect()
6050 ctx->unix_socket = unix_socket; in csm_begin_connect()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.1/
H A DBreaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst30 'unix_socket' => '',
50 DB/socket DB/Connections/Default/unix_socket
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.1/
H A DBreaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst30 'unix_socket' => '',
50 DB/socket DB/Connections/Default/unix_socket
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.1/
H A DBreaking-75454-LocalConfigurationDBConfigStructureHasChanged.rst30 'unix_socket' => '',
50 DB/socket DB/Connections/Default/unix_socket

12345678910>>...39