Home | History | Annotate | Download | only in unit

Lines Matching defs:connecting

66   bool connecting;
78 /* both timeouts set, not connecting */
84 /* both timeouts set, connecting */
90 /* no connect timeout set, not connecting */
96 /* no connect timeout set, connecting */
102 /* only connect timeout set, not connecting */
108 /* only connect timeout set, connecting */
114 /* no timeout set, not connecting */
120 /* no timeout set, connecting */
126 /* both timeouts set, connecting, connect timeout the longer one */
140 timeout = Curl_timeleft(data, &now, run[i].connecting);