Home
last modified time | relevance | path

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

123456

/dports/databases/elixir-mariaex/mariaex-0.8.4/test/
H A Dstart_test.exs7 …: "mariaex_user", password: "mariaex_pass", database: "non_existing", sync_connect: true, backoff_…
9 …ection.start_link(username: "non_existing", database: "mariaex_test", sync_connect: true, backoff_…
11 …er", password: "mariaex_pass", database: "mariaex_test", port: 60999, sync_connect: true, backoff_…
22 sync_connect: true,
43 sync_connect: true,
/dports/databases/elixir-db_connection/db_connection-1.1.3/test/
H A Ddb_connection_test.exs81 test "start_link with :sync_connect and raise returns error" do
87 opts = [agent: agent, sync_connect: true]
94 test "start_link with :sync_connect, :error and backoff :stop returns error" do
100 opts = [agent: agent, sync_connect: true, backoff_type: :stop]
107 test "start_link without :sync_connect does not block" do
116 opts = [agent: agent, sync_connect: false]
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/lib/
H A Dconnection.c38 sync_connect(lldpctl_conn_t *lldpctl) in sync_connect() function
52 ((conn->fd = sync_connect(lldpctl)) == -1)) { in sync_send()
73 ((conn->fd = sync_connect(lldpctl)) == -1)) { in sync_recv()
/dports/databases/elixir-postgrex/postgrex-0.13.5/test/
H A Dlogin_test.exs98 opts = [sync_connect: true] ++ Keyword.delete(context[:options], :database)
108 opts = [sync_connect: true]
117 opts = [database: "doesntexist", sync_connect: true]
133 opts = [hostname: "doesntexist", sync_connect: true, connect_timeout: 100]
H A Dnotification_test.exs8 opts = [ database: "postgrex_test", sync_connect: true ]
/dports/databases/elixir-postgrex/postgrex-0.13.5/lib/postgrex/
H A Dnotifications.ex87 if opts[:sync_connect] do
88 sync_connect(opts)
194 defp sync_connect(opts) do function
/dports/databases/elixir-db_connection/db_connection-1.1.3/examples/db_agent/lib/
H A Ddb_agent.ex12 opts = [init: fun, pool: DBConnection.Connection, sync_connect: true,
/dports/databases/elixir-postgrex/postgrex-0.13.5/
H A DCHANGELOG.md137 * Correctly handle errors in connection initialization with `sync_connect: true`
153 * Add `:sync_connect` option to `Postgrex.start_link/1`
/dports/databases/libmongo-client/libmongo-client-libmongo-client-0.1.6.3/tests/
H A DMakefile.am103 unit/mongo/sync/sync_connect \
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dsync_client.c268 int r = sync_connect(&sync_cs); in replica_connect()
/dports/devel/rpclib/rpclib-2.2.1/dependencies/include/asio/detail/
H A Dsocket_ops.hpp107 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
H A Dreactive_socket_service.hpp422 socket_ops::sync_connect(impl.socket_, in connect()
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/detail/
H A Dsocket_ops.hpp106 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/databases/galera/galera-release_25.3.35/asio/asio/detail/
H A Dsocket_ops.hpp107 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/databases/galera26/galera-release_26.4.10/asio/asio/detail/
H A Dsocket_ops.hpp107 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/emulators/mess/mame-mame0226/3rdparty/asio/include/asio/detail/
H A Dsocket_ops.hpp106 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/emulators/mame/mame-mame0226/3rdparty/asio/include/asio/detail/
H A Dsocket_ops.hpp106 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/asio/include/asio/detail/
H A Dsocket_ops.hpp106 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/net/asio/asio-1.16.0/include/asio/detail/
H A Dsocket_ops.hpp106 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/detail/
H A Dsocket_ops.hpp106 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/include/asio/detail/
H A Dsocket_ops.hpp106 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/asio-master/asio/include/asio/detail/
H A Dsocket_ops.hpp106 ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/asio/detail/
H A Dsocket_ops.hpp106 BOOST_ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,
H A Dreactive_socket_service.hpp396 socket_ops::sync_connect(impl.socket_, in connect()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/asio/detail/
H A Dsocket_ops.hpp108 BOOST_ASIO_DECL void sync_connect(socket_type s, const socket_addr_type* addr,

123456