Lines Matching defs:connecting
74 bool connecting;
85 /* both timeouts set, not connecting */
91 /* both timeouts set, connecting */
97 /* no connect timeout set, not connecting */
103 /* no connect timeout set, connecting */
109 /* only connect timeout set, not connecting */
115 /* only connect timeout set, connecting */
121 /* no timeout set, not connecting */
127 /* no timeout set, connecting */
133 /* both timeouts set, connecting, connect timeout the longer one */
148 timeout = Curl_timeleft(data, &now, run[i].connecting);