Home
last modified time | relevance | path

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

/curl/lib/
H A Dselect.c224 pfd[num].events = POLLWRNORM|POLLOUT|POLLPRI; in Curl_socket_check()
250 if(pfd[num].revents & (POLLWRNORM|POLLOUT)) in Curl_socket_check()
331 ufds[i].revents |= POLLIN|POLLOUT; in Curl_poll()
346 if(ufds[i].events & (POLLIN|POLLOUT|POLLPRI| in Curl_poll()
352 if(ufds[i].events & (POLLWRNORM|POLLOUT)) in Curl_poll()
387 if(ufds[i].events & POLLOUT) in Curl_poll()
388 ufds[i].revents |= POLLOUT; in Curl_poll()
H A Dselect.h45 #define POLLOUT 0x04 macro
64 #define POLLWRNORM POLLOUT
H A Dasyn-ares.c344 pfd[i].events |= POLLWRNORM|POLLOUT; in waitperform()
371 (pfd[i].revents & (POLLWRNORM|POLLOUT))? in waitperform()
H A Deasy.c426 if(pollmask & POLLOUT) in poll2cselect()
444 omask |= POLLOUT; in socketcb2poll()
H A Dmulti.c1399 events |= POLLOUT;
1460 ufds[nfds].events |= POLLOUT;
1534 if(r & POLLOUT)
H A Dtelnet.c1270 pfd[0].events = POLLOUT; in send_telnet_data()

Completed in 32 milliseconds