Lines Matching defs:timeout
314 * waiting server to connect. If the value is negative, the timeout time has
332 /* check if the generic timeout possibly is set shorter */
342 /* avoid returning 0 as that means no timeout! */
377 /* if a timeout was already reached, bail out */
378 failf(data, "Accept timeout occurred while waiting server connect");
496 /* if a timeout was already reached, bail out */
497 failf(data, "Accept timeout occurred while waiting server connect");
517 /* Add timeout to multi handle and break out of the loop */
590 * servers use it to signal that idle session timeout has been exceeded.
596 infof(data, "We got a 421 - timeout");
641 /* check and reset timeout value every lap */
642 timediff_t timeout = Curl_pp_state_timeout(data, pp, FALSE);
645 if(timeout <= 0) {
646 failf(data, "FTP response timeout");
650 interval_ms = 1000; /* use 1 second timeout intervals */
651 if(timeout < interval_ms)
652 interval_ms = timeout;
657 * timeout at least every second to make the timeout check run.
683 case 0: /* timeout */
686 continue; /* just continue in our loop for the timeout duration */
3346 * but lower the timeout as sometimes this connection has died while the
3353 pp->response = Curl_now(); /* timeout relative now */
3485 pp->response = Curl_now(); /* timeout relative now */