Searched refs:POLLOUT (Results 1 – 7 of 7) sorted by relevance
220 pfd[num].events = POLLWRNORM|POLLOUT|POLLPRI; in Curl_socket_check()246 if(pfd[num].revents & (POLLWRNORM|POLLOUT)) in Curl_socket_check()327 ufds[i].revents |= POLLIN|POLLOUT; in Curl_poll()342 if(ufds[i].events & (POLLIN|POLLOUT|POLLPRI| in Curl_poll()348 if(ufds[i].events & (POLLWRNORM|POLLOUT)) in Curl_poll()383 if(ufds[i].events & POLLOUT) in Curl_poll()384 ufds[i].revents |= POLLOUT; in Curl_poll()482 events |= POLLOUT; in Curl_pollfds_add_ps()
45 #define POLLOUT 0x04 macro64 #define POLLWRNORM POLLOUT
335 pfd[i].events |= POLLWRNORM|POLLOUT; in waitperform()362 (pfd[i].revents & (POLLWRNORM|POLLOUT)) ? in waitperform()
425 if(pollmask & POLLOUT) in poll2cselect()443 omask |= POLLOUT; in socketcb2poll()
589 events |= POLLOUT; in Curl_conn_cf_poll()
1307 events |= POLLOUT;1322 if(cpfds.pfds[i].events & POLLOUT) {1412 if(r & POLLOUT)
1264 pfd[0].events = POLLOUT; in send_telnet_data()
Completed in 27 milliseconds