Searched refs:pollrc (Results 1 – 2 of 2) sorted by relevance
483 int pollrc; in wait_or_timeout() local502 pollrc = Curl_poll(fds, numfds, ev->ms); in wait_or_timeout()508 if(0 == pollrc) { in wait_or_timeout()515 else if(pollrc > 0) { in wait_or_timeout()549 msg = curl_multi_info_read(multi, &pollrc); in wait_or_timeout()
1281 int pollrc = Curl_poll(ufds, nfds, timeout_ms);1290 if(pollrc > 0) {1291 retcode = pollrc;