Home
last modified time | relevance | path

Searched refs:pollrc (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Deasy.c539 int pollrc; in wait_or_timeout() local
558 pollrc = Curl_poll(fds, numfds, ev->ms); in wait_or_timeout()
564 if(0 == pollrc) { in wait_or_timeout()
571 else if(pollrc > 0) { in wait_or_timeout()
605 msg = curl_multi_info_read(multi, &pollrc); in wait_or_timeout()
Dmulti.c1264 int pollrc; local
1267 pollrc = Curl_poll(ufds, nfds, 0); /* just pre-check with WinSock */
1269 pollrc = 0;
1270 if(pollrc <= 0) /* now wait... if not ready during the pre-check above */
1273 pollrc = Curl_poll(ufds, nfds, timeout_ms); /* wait... */
1276 if(pollrc > 0) {
1277 retcode = pollrc;
1299 if(ret && pollrc <= 0 && wsa_events.lNetworkEvents)
1303 if(pollrc <= 0)
1327 if(ret && pollrc <= 0 && wsa_events.lNetworkEvents)