Searched refs:POLLIN (Results 1 – 9 of 9) sorted by relevance
208 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()214 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()232 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check()239 if(pfd[num].revents & (POLLRDNORM|POLLIN|POLLERR|POLLHUP)) in Curl_socket_check()325 ufds[i].revents |= POLLIN; in Curl_poll()327 ufds[i].revents |= POLLIN|POLLOUT; in Curl_poll()342 if(ufds[i].events & (POLLIN|POLLOUT|POLLPRI| in Curl_poll()346 if(ufds[i].events & (POLLRDNORM|POLLIN)) in Curl_poll()377 if(ufds[i].events & POLLIN) in Curl_poll()378 ufds[i].revents |= POLLIN; in Curl_poll()[all …]
41 !defined(POLLIN)43 #define POLLIN 0x01 macro60 #define POLLRDNORM POLLIN
190 pfd[0].events = POLLIN; in Curl_socketpair()213 pfd[0].events = POLLIN; in Curl_socketpair()
331 pfd[i].events |= POLLRDNORM|POLLIN; in waitperform()360 (pfd[i].revents & (POLLRDNORM|POLLIN)) ? in waitperform()
1520 pfd[0].events = POLLIN; in telnet_do()1529 pfd[1].events = POLLIN; in telnet_do()1550 if(pfd[0].revents & POLLIN) { in telnet_do()1595 if(pfd[1].revents & POLLIN) { /* read from in file */ in telnet_do()
423 if(pollmask & POLLIN) in poll2cselect()441 omask |= POLLIN; in socketcb2poll()
1303 events |= POLLIN;1318 if(cpfds.pfds[i].events & POLLIN)1338 if(Curl_pollfds_add_sock(&cpfds, multi->wakeup_pair[0], POLLIN)) {1410 if(r & POLLIN)1443 if(cpfds.pfds[curl_nfds + extra_nfds].revents & POLLIN) {
586 events |= POLLIN; in Curl_conn_cf_poll()
1696 pfd[0].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in cf_socket_conn_is_alive()
Completed in 34 milliseconds