/third_party/nghttp2/src/ |
H A D | shrpx_connect_blocker.cc | 32 void connect_blocker_cb(struct ev_loop *loop, ev_timer *w, int revents) { in connect_blocker_cb() argument
|
H A D | shrpx_worker_process.cc | 152 void ipc_readcb(struct ev_loop *loop, ev_io *w, int revents) { in ipc_readcb() argument 185 void quic_ipc_readcb(struct ev_loop *loop, ev_io *w, int revents) { in quic_ipc_readcb() argument 222 void renew_ticket_key_cb(struct ev_loop *loop, ev_timer *w, int revents) { in renew_ticket_key_cb() argument 396 void nb_child_cb(struct ev_loop *loop, ev_child *w, int revents) { in nb_child_cb() argument 284 memcached_get_ticket_key_cb(struct ev_loop *loop, ev_timer *w, int revents) memcached_get_ticket_key_cb() argument
|
H A D | shrpx_memcached_connection.cc | 42 void timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) { in timeoutcb() argument 59 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() argument 71 void writecb(struct ev_loop *loop, ev_io *w, int revents) { in writecb() argument 83 void connectcb(struct ev_loop *loop, ev_io *w, int revents) { in connectcb() argument
|
H A D | shrpx_dns_resolver.cc | 85 void readcb(struct ev_loop *loop, ev_io *w, int revents) { in readcb() argument 93 void writecb(struct ev_loop *loop, ev_io *w, int revents) { in writecb() argument 101 void timeoutcb(struct ev_loop *loop, ev_timer *w, int revents) { in timeoutcb() argument
|
/third_party/musl/include/ |
H A D | poll.h | 34 short revents; member
|
/third_party/node/deps/uvwasi/src/ |
H A D | poll_oneoff.h | 17 int revents; member
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | poll_fd.rs | 81 pub fn revents(&self) -> PollFlags { in revents() functions
|
/kernel/linux/linux-6.6/tools/lib/api/fd/ |
H A D | array.c | 76 int fdarray__add(struct fdarray *fda, int fd, short revents, enum fdarray_flags flags) in fdarray__add() argument 108 int fdarray__filter(struct fdarray *fda, short revents, in fdarray__filter() argument
|
/third_party/alsa-utils/axfer/ |
H A D | xfer-libasound-irq-rw.c | 25 unsigned short revents; in wait_for_avail() local
|
H A D | xfer-libasound-timer-mmap.c | 159 unsigned short revents; in timer_mmap_process_frames() local
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbd_hid.c | 212 uint32_t revents = 0; in hid_poll() local
|
/third_party/libwebsockets/lib/event-libs/uloop/ |
H A D | uloop.c | 96 lws_uloop_cb(struct uloop_fd *ufd, unsigned int revents) in lws_uloop_cb() argument
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | poll_fd.rs | 111 pub fn revents(&self) -> PollFlags { in revents() functions
|
/third_party/ffmpeg/libavformat/ |
H A D | os_support.h | 148 short revents; /* events that occurred */ member
|
/third_party/alsa-lib/src/control/ |
H A D | control_ext.c | 453 static int snd_ctl_ext_poll_revents(snd_ctl_t *handle, struct pollfd *pfds, unsigned int nfds, unsigned short *revents) in snd_ctl_ext_poll_revents() argument
|
/third_party/alsa-utils/alsactl/ |
H A D | daemon.c | 364 unsigned short revents; in state_daemon() local
|
/third_party/alsa-lib/test/ |
H A D | user-ctl-element-set.c | 395 unsigned short revents; in check_event() local
|
/third_party/curl/include/curl/ |
H A D | multi.h | 121 short revents; member
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_generic_epfile.c | 558 uint32_t revents = POLLRDNORM; in generic_epfile_handle_poll() local
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
H A D | libuv.c | 94 lws_io_cb(uv_poll_t *watcher, int status, int revents) in lws_io_cb() argument
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
H A D | libevent.c | 103 lws_event_cb(evutil_socket_t sock_fd, short revents, void *ctx) in lws_event_cb() argument 161 lws_event_sigint_cb(evutil_socket_t sock_fd, short revents, void *ctx) in lws_event_sigint_cb() argument
|
/third_party/libuv/src/unix/ |
H A D | kqueue.c | 138 unsigned int revents; in uv__io_poll() local
|
/third_party/libwebsockets/lib/event-libs/libev/ |
H A D | libev.c | 33 lws_ev_hrtimer_cb(struct ev_loop *loop, struct ev_timer *watcher, int revents) in lws_ev_hrtimer_cb() argument 51 lws_ev_idle_cb(struct ev_loop *loop, struct ev_idle *handle, int revents) in lws_ev_idle_cb() argument 88 lws_accept_cb(struct ev_loop *loop, struct ev_io *watcher, int revents) in lws_accept_cb() argument 124 lws_ev_sigint_cb(struct ev_loop *loop, struct ev_signal *watcher, int revents) in lws_ev_sigint_cb() argument [all...] |
/third_party/libwebsockets/lib/event-libs/sdevent/ |
H A D | sdevent.c | 92 sock_accept_handler(sd_event_source *s, int fd, uint32_t revents, void *userdata) in sock_accept_handler() argument
|
/third_party/node/deps/uv/src/unix/ |
H A D | kqueue.c | 117 unsigned int revents; in uv__io_poll() local
|