Searched refs:POLLRDBAND (Results 1 – 18 of 18) sorted by relevance
269 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()275 pfd[num].events = POLLRDNORM|POLLIN|POLLRDBAND|POLLPRI; in Curl_socket_check()295 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()302 if(pfd[num].revents & (POLLRDBAND|POLLPRI|POLLNVAL)) in Curl_socket_check()400 POLLRDNORM|POLLWRNORM|POLLRDBAND)) { in Curl_poll()407 if(ufds[i].events & (POLLRDBAND|POLLPRI)) in Curl_poll()440 if(ufds[i].events & POLLRDBAND) in Curl_poll()441 ufds[i].revents |= POLLRDBAND; in Curl_poll()
66 #ifndef POLLRDBAND67 #define POLLRDBAND POLLPRI macro
82 # define POLLRDBAND 0 macro213 return ret == WAIT_OBJECT_0 ? *p_sought & ~(POLLPRI | POLLRDBAND) : 0; in windows_compute_revents()246 return *p_sought & ~(POLLPRI | POLLRDBAND); in windows_compute_revents()288 happened |= (POLLPRI | POLLRDBAND) & sought; in windows_compute_revents_socket()344 happened |= (POLLPRI | POLLRDBAND) & sought; in compute_revents()430 if (pfd[i].events & (POLLPRI | POLLRDBAND)) in pa_poll()434 | POLLRDNORM | POLLRDBAND in pa_poll()496 | POLLPRI | POLLRDBAND))) in pa_poll()516 if (sought & (POLLPRI | POLLRDBAND)) in pa_poll()
19 #define POLLRDBAND 0x080 macro
16 C(POLLRDBAND) in f()
21 # define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP)
129 #define POLLRDBAND 0x0008 /* priority readable data */ macro
47 #define POLL_IN_SET (POLLIN | POLLRDNORM | POLLRDBAND | POLLHUP | POLLERR)
400 #define LWS_POLLIN (POLLRDNORM | POLLRDBAND)
501 #define POLLRDBAND 0x20 macro
2456 #ifdef POLLRDBAND2457 PyModule_AddIntMacro(m, POLLRDBAND);