Lines Matching refs:timeout
88 struct timeval timeout;
102 /* set a suitable timeout to play around with */
103 timeout.tv_sec = 1;
104 timeout.tv_usec = 0;
108 curlx_mstotv(&timeout, curl_timeo);
109 if(timeout.tv_sec > 1) {
110 timeout.tv_sec = 1;
111 timeout.tv_usec = 0;
124 rc = select(maxfd + 1, &fdread, &fdwrite, &fdexcep, &timeout);
136 case 0: /* timeout */