Lines Matching defs:connected
1160 Some easy handles may not have connected to the remote host yet,
1773 /* We already are connected, get back. This may happen when the connect
1913 bool connected;
2002 result = Curl_connect(data, &async, &connected);
2033 if(connected)
2088 result = Curl_once_resolved(data, &connected);
2097 if(connected)
2141 result = Curl_conn_connect(data, FIRSTSOCKET, FALSE, &connected);
2142 if(connected && !result) {
2356 * When we are connected, DOING MORE and then go DID