/reactos/dll/win32/xinput1_3/ |
H A D | xinput1_3_main.c | 39 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 D | main.c | 61 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 D | cmds.c | 53 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 D | ftp_var.h | 89 extern int connected; /* connected to server */
|
H A D | domacro.c | 116 else if (c->c_conn && !connected) { in domacro()
|
/reactos/drivers/network/tcpip/lwip/src/apps/http/ |
H A D | altcp_proxyconnect.c | 169 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 D | en-US.rc | 31 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 D | hu-HU.rc | 33 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 D | nl-NL.rc | 31 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 D | th-TH.rc | 31 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 D | altcp_tcp.c | 96 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 D | altcp.c | 316 …_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 D | context.c | 53 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 D | shell.c | 400 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 D | en-US.rc | 30 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 D | altcp.h | 75 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 D | tcp.h | 356 tcp_connected_fn connected; member 462 u16_t port, tcp_connected_fn connected);
|
/reactos/dll/directx/wine/quartz/ |
H A D | pin.c | 102 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 D | parser.c | 178 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 D | altcp_tls_mbedtls.c | 178 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 D | mqtt_client.txt | 61 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 D | pin.c | 108 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 D | test_mqtt.c | 93 client->conn->connected(client->conn->callback_arg, client->conn, ERR_OK); in START_TEST()
|
/reactos/dll/win32/rasdlg/lang/ |
H A D | en-US.rc | 82 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 D | he-IL.rc | 1852 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 …]
|