Home
last modified time | relevance | path

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

12345678910>>...25

/dports/games/atr3d/atr3d/
H A Dnetwork.h1 extern int ConnectServer();
H A Dgame.cpp38 if (ConnectServer()) { in NewGame()
H A Dnetwork.cpp30 int ConnectServer() in ConnectServer() function
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/integration/
H A Dserver_test.go34 …s, err := topology.ConnectServer(context.Background(), address.Address(*host), nil, serveropts(t).…
46 s, err := topology.ConnectServer(context.Background(), address.Address(*host), nil,
86 …s, err := topology.ConnectServer(context.Background(), address.Address(*host), nil, serveropts(t).…
127 …s, err := topology.ConnectServer(context.Background(), address.Address(*host), nil, serveropts(t).…
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/COM/
H A DWbemcli.java211 …public HRESULT ConnectServer(BSTR strNetworkResource, BSTR strUser, BSTR strPassword, BSTR strLoca… in ConnectServer() method in Wbemcli.IWbemLocator
218 … public IWbemServices ConnectServer(String strNetworkResource, String strUser, String strPassword, in ConnectServer() method in Wbemcli.IWbemLocator
229 …HRESULT result = ConnectServer(strNetworkResourceBSTR, strUserBSTR, strPasswordBSTR, strLocaleBSTR, in ConnectServer()
/dports/irc/smuxi/smuxi-1.1/lib/agsxmpp/agsxmpp/
H A DXmppComponentConnection.cs195 if (ConnectServer == null) in _Open()
198 SocketConnect(this.ConnectServer, base.Port); in _Open()
H A DXmppClientConnection.cs787 if (ConnectServer == null) in OpenSocket()
790 SocketConnect(this.ConnectServer, base.Port); in OpenSocket()
833 this.ConnectServer = _currentSRVRecord.Target; in SetConnectServerFromSRVRecords()
839 this.ConnectServer = null; in SetConnectServerFromSRVRecords()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/simpleperf/
H A DInplaceSamplerClient.cpp35 if (!sampler->ConnectServer()) { in Create()
55 bool InplaceSamplerClient::ConnectServer() { in ConnectServer() function in InplaceSamplerClient
H A DInplaceSamplerClient.h42 bool ConnectServer();
/dports/databases/sqlrelay/sqlrelay-1.7.0/msvc/setupx64/
H A Dpathuninstall.vbs8 Set oReg = CreateObject("Wbemscripting.SWbemLocator").ConnectServer("","root\default","","",,,,oCtx…
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/examples/server_monitoring/
H A Dmain.go19 s, err := topology.ConnectServer(
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/examples/server_monitoring/
H A Dmain.go20 s, err := topology.ConnectServer(
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/examples/server_monitoring/
H A Dmain.go20 s, err := topology.ConnectServer(
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/examples/server_monitoring/
H A Dmain.go19 s, err := topology.ConnectServer(
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/x/mongo/driver/examples/server_monitoring/
H A Dmain.go19 s, err := topology.ConnectServer(
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/x/network/examples/server_monitoring/
H A Dmain.go21 s, err := topology.ConnectServer(
/dports/audio/liblastfm-qt5/liblastfm-1.0.9-5-g4433165/src/win/
H A DNdisEvents.cpp50 hr = m_pLocator->ConnectServer(CComBSTR("ROOT\\WMI"), // strNetworkResource in registerForNdisEvents()
/dports/irc/inspircd/inspircd-3.11.0/src/modules/m_spanningtree/
H A Dmain.cpp158 void ModuleSpanningTree::ConnectServer(Autoconnect* a, bool on_timer) in ConnectServer() function in ModuleSpanningTree
185 ConnectServer(x, a); in ConnectServer()
195 void ModuleSpanningTree::ConnectServer(Link* x, Autoconnect* y) in ConnectServer() function in ModuleSpanningTree
257 ConnectServer(y, false); in ConnectServer()
270 ConnectServer(x, true); in AutoConnectServers()
346 ConnectServer(x); in HandleConnect()
H A Dmain.h157 void ConnectServer(Link* x, Autoconnect* y = NULL);
161 void ConnectServer(Autoconnect* y, bool on_timer);
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpsysinfo/includes/os/
H A Dclass.WINNT.inc.php36 $this->wmi = $objLocator->ConnectServer();
38 …$this->wmi = $objLocator->ConnectServer($strHostname, "rootcimv2", "$strHostname\$strUser", $strPa…
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/
H A DSysInfoWINNT.php33 $this->_wmi = $objLocator->ConnectServer();
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Server/SysInfo/
H A DWindowsNt.php39 $this->wmi = $objLocator->ConnectServer();
/dports/news/newsfetch/newsfetch-1.21/
H A Dnet.c17 int ConnectServer(char *serverName, int port, int exitFlag) in ConnectServer() function
/dports/x11/xpra/xpra-4.3/xpra/platform/win32/
H A Dnetdev_query.py18 s = o.ConnectServer(".", "root\\cimv2")
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_project/scripts/
H A Dinstaller.vbs154 Set objServices = objLocator.ConnectServer("","root\default","","",,,,objCtx)

12345678910>>...25