Home
last modified time | relevance | path

Searched refs:POLLRDBAND (Results 1 – 18 of 18) sorted by relevance

/third_party/curl/lib/
Dselect.c269 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()
Dselect.h66 #ifndef POLLRDBAND
67 #define POLLRDBAND POLLPRI macro
/third_party/pulseaudio/src/pulsecore/
Dpoll-win32.c82 # define POLLRDBAND 0 macro
213 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()
/third_party/musl/porting/liteos_m/kernel/include/
Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/include/
Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/ndk_musl_include/
Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/porting/uniproton/kernel/include/
Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/porting/linux/user/include/
Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/libc-test/src/api/
Dpoll.c16 C(POLLRDBAND) in f()
/third_party/musl/porting/liteos_a/kernel/include/
Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Dpoll.h19 #define POLLRDBAND 0x080 macro
/third_party/alsa-utils/axfer/
Dwaiter-select.c21 # define POLLIN_SET (POLLRDNORM | POLLRDBAND | POLLIN | POLLHUP)
/third_party/ffmpeg/libavformat/
Dos_support.h129 #define POLLRDBAND 0x0008 /* priority readable data */ macro
/third_party/NuttX/fs/vfs/
Dfs_select.c47 #define POLL_IN_SET (POLLIN | POLLRDNORM | POLLRDBAND | POLLHUP | POLLERR)
/third_party/libwebsockets/include/
Dlibwebsockets.h400 #define LWS_POLLIN (POLLRDNORM | POLLRDBAND)
/third_party/lwip/src/include/lwip/
Dsockets.h501 #define POLLRDBAND 0x20 macro
/third_party/python/Modules/
Dselectmodule.c2456 #ifdef POLLRDBAND
2457 PyModule_AddIntMacro(m, POLLRDBAND);