Searched defs:connect (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dconfig-backends.h38 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dconfig-backends.h38 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dconfig-backends.h38 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dconfig-backends.h38 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dconfig-backends.h48 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dconfig-backends.h48 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dconfig-backends.h48 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dconfig-backends.h48 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dconfig-backends.h48 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dconfig-backends.h50 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dconfig-backends.h50 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dconfig-backends.h50 config_dbus_core_connect_hook connect; member in struct:config_dbus_core_hook
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddbus-core.h37 dbus_core_connect_hook connect; member in struct:dbus_core_hook
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dconnect.c2 Implement the connect API.
21 The connect routine attempts to establish a connection to a
30 In the initial "Not connected" state, calls to connect start the connection
32 the "Connection in progress" state, connect polls for connection completion
37 connect again.
40 <a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/connect.html">POSIX</a>
54 connect ( function
79 // Attempt to connect to a remote system
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddbus-core.h37 dbus_core_connect_hook connect; member in struct:dbus_core_hook
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.cpp118 int SVCHlpClient::connect() function in class:SVCHlpClient
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dnic.h62 int ( *connect ) ( struct nic * ); member in struct:nic_operations
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h253 #define connect(a,b,c) lwip_connect(a,b,c) macro
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py869 return self.connect(self.url, self.user, self.password)
909 def connect(self, url, user, passwd): member in class:PlatformWEBSERVICE
926 raise Exception("cannot connect to '" + self.url + "' as '" + self.user + "'")
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h140 #define SO_CONTIMEO 0x1009 /* Unimplemented: connect timeout */
405 #define connect(a,b,c) lwip_connect(a,b,c) macro
/vbox/src/VBox/ValidationKit/testdriver/
H A Dtxsclient.py148 Cancels any pending connect() call.
153 def connect(self, cMsTimeout): member in class:TransportBase
155 Quietly attempts to connect to the TXS.
646 """Tries to connect to the TXS"""
649 rc = self.oTransport.connect(self.getMsLeft(500));
654 reporter.log2('taskConnect: unable to connect');
1814 oSocket.connect((self.sHostname, self.uPort));
1820 reporter.log2('TransportTcp::connect: operation in progress (%s)...' % (e,));
1831 reporter.fatalXcpt('socket.select() on connect failed');
1844 reporter.fatalXcpt('socket.connect((
1851 def connect(self, cMsTimeout): member in class:TransportTcp
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h474 PRConnectFN connect; /* Connect to the specified (net) address */ member in struct:PRIOMethods
496 /* Continue a nonblocking connect */
1345 * Time limit for completion of the connect operation.
1362 * Continue a nonblocking connect. After a nonblocking connect
1367 * socket to determine whether the nonblocking connect has
1369 * PR_ConnectContinue() sequence until the nonblocking connect
1378 * If the nonblocking connect has successfully completed,
1381 * - PR_IN_PROGRESS_ERROR: the nonblocking connect is still in
1386 * - Other errors: the nonblocking connect ha
[all...]
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dvms_x_fix.h1088 #define sys$connect SYS$CONNECT

Completed in 374 milliseconds