Lines Matching refs:connected
353 BIT(connected); /* cf has connected */
501 baller->connected = FALSE;
537 baller->connected = FALSE;
549 bool *connected)
552 *connected = baller->connected;
553 if(!baller->result && !*connected) {
555 baller->result = Curl_conn_cf_connect(baller->cf, data, 0, connected);
558 if(*connected) {
559 baller->connected = TRUE;
578 * is_connected() checks if the socket has connected.
582 bool *connected)
599 *connected = FALSE; /* a very negative world view is best */
612 baller->result = baller_connect(cf, data, baller, &now, connected);
613 CURL_TRC_CF(data, cf, "%s connect -> %d, connected=%d",
614 baller->name, baller->result, *connected);
617 if(*connected) {
618 /* connected, declare the winner */
647 *connected = TRUE;
651 /* Nothing connected, check the time before we might
691 *connected = FALSE;
860 if(!cf->connected) {
878 if(cf->connected) {
890 DEBUGASSERT(!cf->connected);
901 DEBUGASSERT(ctx->winner->cf->connected);
905 cf->connected = TRUE;
913 Curl_pgrsTime(data, TIMER_APPCONNECT); /* we're connected already */
932 cf->connected = FALSE;
947 if(cf->connected)
988 if(!cf->connected) {
1184 if(cf->connected) {
1191 if(cf->next && !cf->next->connected) {
1202 if(!cf->next || !cf->next->connected)
1206 /* sub-chain connected, do we need to add more? */
1213 if(!cf->next || !cf->next->connected)
1235 if(!cf->next || !cf->next->connected)
1254 if(!cf->next || !cf->next->connected)
1270 if(!cf->next || !cf->next->connected)
1275 cf->connected = TRUE;
1286 cf->connected = FALSE;