Home
last modified time | relevance | path

Searched refs:POLLOUT (Results 1 – 7 of 7) sorted by relevance

/curl/lib/
H A Dselect.c220 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()
H A Dselect.h45 #define POLLOUT 0x04 macro
64 #define POLLWRNORM POLLOUT
H A Dasyn-ares.c335 pfd[i].events |= POLLWRNORM|POLLOUT; in waitperform()
362 (pfd[i].revents & (POLLWRNORM|POLLOUT)) ? in waitperform()
H A Deasy.c425 if(pollmask & POLLOUT) in poll2cselect()
443 omask |= POLLOUT; in socketcb2poll()
H A Dcfilters.c589 events |= POLLOUT; in Curl_conn_cf_poll()
H A Dmulti.c1307 events |= POLLOUT;
1322 if(cpfds.pfds[i].events & POLLOUT) {
1412 if(r & POLLOUT)
H A Dtelnet.c1264 pfd[0].events = POLLOUT; in send_telnet_data()

Completed in 30 milliseconds