Home
last modified time | relevance | path

Searched refs:POLLWRNORM (Results 1 – 3 of 3) sorted by relevance

/curl/lib/
H A Dselect.h63 #ifndef POLLWRNORM
64 #define POLLWRNORM POLLOUT macro
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()
343 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll()
348 if(ufds[i].events & (POLLWRNORM|POLLOUT)) in Curl_poll()
381 if(ufds[i].events & POLLWRNORM) in Curl_poll()
382 ufds[i].revents |= POLLWRNORM; in Curl_poll()
H A Dasyn-ares.c335 pfd[i].events |= POLLWRNORM|POLLOUT; in waitperform()
362 (pfd[i].revents & (POLLWRNORM|POLLOUT)) ? in waitperform()

Completed in 11 milliseconds