Home
last modified time | relevance | path

Searched refs:connected (Results 1 – 25 of 95) sorted by relevance

1234

/reactos/dll/win32/xinput1_3/
H A Dxinput1_3_main.c39 BOOL connected; member
68 if (!controllers[index].connected) in XInputSetState()
107 if (!controllers[index].connected) in XInputGetStateEx()
122 if (!controllers[index].connected) in XInputGetKeystroke()
137 if (!controllers[index].connected) in XInputGetCapabilities()
149 if (!controllers[index].connected) in XInputGetDSoundAudioDeviceGuids()
161 if (!controllers[index].connected) in XInputGetBatteryInformation()
/reactos/base/applications/network/ftp/
H A Dmain.c61 int connected; /* connected to server */ variable
268 if (connected) { in lostpeer()
278 connected = 0; in lostpeer()
281 if (connected) { in lostpeer()
286 connected = 0; in lostpeer()
343 if (c->c_conn && !connected) { in cmdscanner()
H A Dcmds.c53 if (connected) { in setpeer()
89 connected = 1; in setpeer()
790 if (connected) in status()
796 if (connected) { in status()
1608 if (connected) in quit()
1611 if (connected) { in quit()
1625 if (!connected) in disconnect()
1629 connected = 0; in disconnect()
1723 if (connected) {
1781 if (c->c_conn && !connected) { in doproxy()
[all …]
H A Dftp_var.h89 extern int connected; /* connected to server */
H A Ddomacro.c116 else if (c->c_conn && !connected) { in domacro()
/reactos/drivers/network/tcpip/lwip/src/apps/http/
H A Daltcp_proxyconnect.c169 if (conn->connected) { in altcp_proxyconnect_lower_connected()
170 if (conn->connected(conn->arg, conn, err) == ERR_ABRT) { in altcp_proxyconnect_lower_connected()
237 if (conn->connected) { in altcp_proxyconnect_lower_recv()
238 return conn->connected(conn->arg, conn, ERR_OK); in altcp_proxyconnect_lower_recv()
459 …_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_proxyconnect_connect() argument
475 conn->connected = connected; in altcp_proxyconnect_connect()
/reactos/dll/cpl/hdwwiz/lang/
H A Den-US.rc31 LTEXT "Have you already connected this hardware to your computer?", -1, 20, 11, 275, 8
32 …AUTORADIOBUTTON "&Yes, I have already connected the hardware", IDC_CONNECTED, 29, 23, 266, 8, WS_G…
107 … LTEXT "The wizard found the following hardware connected to your computer:", -1, 114, 32, 193, 19
141 …IDS_SEARCHTEXT "This wizard is searching for hardware that has been connected to your computer rec…
142 IDS_ISCONNECTED "Is the hardware connected?"
H A Dhu-HU.rc33 LTEXT "Have you already connected this hardware to your computer?", -1, 20, 11, 275, 8
34 …AUTORADIOBUTTON "&Yes, I have already connected the hardware", IDC_CONNECTED, 29, 23, 266, 8, WS_G…
109 … LTEXT "The wizard found the following hardware connected to your computer:", -1, 114, 32, 193, 19
143 …IDS_SEARCHTEXT "This wizard is searching for hardware that has been connected to your computer rec…
144 IDS_ISCONNECTED "Is the hardware connected?"
H A Dnl-NL.rc31 LTEXT "Have you already connected this hardware to your computer?", -1, 20, 11, 275, 8
32 …AUTORADIOBUTTON "&Yes, I have already connected the hardware", IDC_CONNECTED, 29, 23, 266, 8, WS_G…
107 … LTEXT "The wizard found the following hardware connected to your computer:", -1, 114, 32, 193, 19
141 …IDS_SEARCHTEXT "This wizard is searching for hardware that has been connected to your computer rec…
142 IDS_ISCONNECTED "Is the hardware connected?"
H A Dth-TH.rc31 LTEXT "Have you already connected this hardware to your computer?", -1, 20, 11, 275, 8
32 …AUTORADIOBUTTON "&Yes, I have already connected the hardware", IDC_CONNECTED, 29, 23, 266, 8, WS_G…
107 … LTEXT "The wizard found the following hardware connected to your computer:", -1, 114, 32, 193, 19
141 …IDS_SEARCHTEXT "This wizard is searching for hardware that has been connected to your computer rec…
142 IDS_ISCONNECTED "Is the hardware connected?"
/reactos/drivers/network/tcpip/lwip/src/core/
H A Daltcp_tcp.c96 if (conn->connected) { in altcp_tcp_connected()
97 return conn->connected(conn->arg, conn, err); in altcp_tcp_connected()
272 …_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_tcp_connect() argument
279 conn->connected = connected; in altcp_tcp_connect()
H A Daltcp.c316 …_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_connect() argument
319 return conn->fns->connect(conn, ipaddr, port, connected); in altcp_connect()
/reactos/dll/win32/msctf/
H A Dcontext.c53 BOOL connected; member
280 if (!This->connected) in Context_GetSelection()
375 if (!This->connected) in Context_GetStart()
398 if (!This->connected) in Context_GetEnd()
438 if (!This->connected) in Context_GetStatus()
704 if (!This->connected) in InsertAtSelection_InsertTextAtSelection()
1074 This->connected = FALSE; in Context_Constructor()
1116 This->connected = TRUE; in Context_Initialize()
1127 This->connected = FALSE; in Context_Uninitialize()
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dshell.c400 if (((flags & kCmdMustBeConnected) != 0) && (gConn.connected == 0)) {
402 } else if (((flags & kCmdMustBeDisconnected) != 0) && (gConn.connected != 0)) {
555 if (gConn.connected == 0) {
/reactos/base/applications/network/telnet/lang/
H A Den-US.rc30 MSG_ALREADYCONNECTED "Already connected to %1.\n"
58 MSG_WSAEISCONN "Socket is already connected.\n"
59 MSG_WSAENOTCONN "Socket is not connected.\n"
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Daltcp.h75 altcp_connected_fn connected; member
105 …connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected);
H A Dtcp.h356 tcp_connected_fn connected; member
462 u16_t port, tcp_connected_fn connected);
/reactos/dll/directx/wine/quartz/
H A Dpin.c102 IPin *connected = NULL; in SendFurther() local
105 IPin_ConnectedTo( pin, &connected ); in SendFurther()
106 if (connected) in SendFurther()
110 hr_local = fnMiddle( connected, arg ); in SendFurther()
112 IPin_Release(connected); in SendFurther()
H A Dparser.c178 IPin *connected = NULL; in Parser_Destroy() local
186 IPin_ConnectedTo(&This->pInputPin->pin.IPin_iface, &connected); in Parser_Destroy()
187 if (connected) in Parser_Destroy()
189 hr = IPin_Disconnect(connected); in Parser_Destroy()
191 IPin_Release(connected); in Parser_Destroy()
/reactos/drivers/network/tcpip/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c178 if (conn->connected) { in altcp_mbedtls_lower_connected()
179 return conn->connected(conn->arg, conn, err); in altcp_mbedtls_lower_connected()
307 if (conn->connected) { in altcp_mbedtls_lower_recv_process()
309 err = conn->connected(conn->arg, conn, ERR_OK); in altcp_mbedtls_lower_recv_process()
1104 …_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_mbedtls_connect() argument
1109 conn->connected = connected; in altcp_mbedtls_connect()
/reactos/drivers/network/tcpip/lwip/doc/
H A Dmqtt_client.txt61 printf("mqtt_connection_cb: Successfully connected\n");
75 /* Its more nice to be connected, so try to reconnect */
/reactos/sdk/lib/3rdparty/strmbase/
H A Dpin.c108 IPin *connected = NULL; in SendFurther() local
111 IPin_ConnectedTo( pin, &connected ); in SendFurther()
112 if (connected) in SendFurther()
116 hr_local = fnMiddle( connected, arg ); in SendFurther()
118 IPin_Release(connected); in SendFurther()
/reactos/drivers/network/tcpip/lwip/test/unit/mqtt/
H A Dtest_mqtt.c93 client->conn->connected(client->conn->callback_arg, client->conn, ERR_OK); in START_TEST()
/reactos/dll/win32/rasdlg/lang/
H A Den-US.rc82 LTEXT "'Connection name' is now connected.", 1047, 40, 7, 212, 16
1852 209 "'%1' is now connected.\0"
1869 227 "(not connected)\0"
1902 260 "%1 CP connected successfully.\n\0"
2028 420 "All devices connected.\0"
2047 439 "Device connected.\0"
2049 441 "Modem connected.\0"
2050 442 "Cable connected.\0"
2052 444 "X.25 connected.\0"
2216 1578 "Parallel cable connected.\0"
[all …]
H A Dhe-IL.rc1852 209 "'%1' is now connected.\0"
1869 227 "(not connected)\0"
1902 260 "%1 CP connected successfully.\n\0"
1949 307 "The entry cannot be deleted because it is connected.\0"
2028 420 "All devices connected.\0"
2047 439 "Device connected.\0"
2049 441 "Modem connected.\0"
2050 442 "Cable connected.\0"
2052 444 "X.25 connected.\0"
2216 1578 "Parallel cable connected.\0"
[all …]

1234