Home
last modified time | relevance | path

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

/third_party/curl/lib/
Deasy.c563 int pollrc; in wait_or_timeout() local
582 pollrc = Curl_poll(fds, numfds, ev->ms); in wait_or_timeout()
583 if(pollrc < 0) in wait_or_timeout()
590 if(!pollrc) { in wait_or_timeout()
632 msg = curl_multi_info_read(multi, &pollrc); in wait_or_timeout()
Dmulti.c1371 int pollrc; local
1374 pollrc = Curl_poll(ufds, nfds, 0); /* just pre-check with WinSock */
1376 pollrc = 0;
1378 pollrc = Curl_poll(ufds, nfds, timeout_ms); /* wait... */
1380 if(pollrc < 0)
1383 if(pollrc > 0) {
1384 retcode = pollrc;
1410 if(ret && !pollrc && wsa_events.lNetworkEvents)
1414 if(!pollrc) {
1440 if(ret && !pollrc && wsa_events.lNetworkEvents)