Lines Matching refs:timeout
93 * transfer/connection. If the value is 0, there's no timeout (ie there's
94 * infinite time left). If the value is negative, the timeout time has already
98 * @param duringconnect TRUE iff connect timeout is also taken into account.
110 different time-stamps. It can end up with the total timeout being reached
111 before the connect timeout expires and we must acknowledge whichever
112 timeout that is reached first. The total timeout is set per entire
113 operation, while the connect timeout is set per connect. */
114 if(data->set.timeout <= 0 && !duringconnect)
115 return 0; /* no timeout in place or checked, return "no limit" */
122 if(data->set.timeout > 0) {
123 timeleft_ms = data->set.timeout -
139 return ctimeleft_ms; /* no general timeout, this is it */
346 timediff_t timeoutms; /* timeout for current attempt */
376 much of the given timeout to spend on *this* attempt */
563 infof(data, "%s connect timeout after %" CURL_FORMAT_TIMEDIFF_T
654 failf(data, "Connection timeout after %" CURL_FORMAT_CURL_OFF_T " ms",
677 CURL_TRC_CF(data, cf, "%s starting (timeout=%"
740 * Connect to the given host with timeout, proxy or remote doesn't matter.
816 CURL_TRC_CF(data, cf, "created %s (timeout %"
828 CURL_TRC_CF(data, cf, "created %s (timeout %"