Home
last modified time | relevance | path

Searched defs:revents (Results 26 - 50 of 121) sorted by relevance

12345

/third_party/nghttp2/src/
H A Dshrpx_connect_blocker.cc32 void connect_blocker_cb(struct ev_loop *loop, ev_timer *w, int revents) { in connect_blocker_cb() argument
H A Dshrpx_worker_process.cc152 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 Dshrpx_memcached_connection.cc42 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 Dshrpx_dns_resolver.cc85 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 Dpoll.h34 short revents; member
/third_party/node/deps/uvwasi/src/
H A Dpoll_oneoff.h17 int revents; member
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dpoll_fd.rs81 pub fn revents(&self) -> PollFlags { in revents() functions
/kernel/linux/linux-6.6/tools/lib/api/fd/
H A Darray.c76 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 Dxfer-libasound-irq-rw.c25 unsigned short revents; in wait_for_avail() local
H A Dxfer-libasound-timer-mmap.c159 unsigned short revents; in timer_mmap_process_frames() local
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_hid.c212 uint32_t revents = 0; in hid_poll() local
/third_party/libwebsockets/lib/event-libs/uloop/
H A Duloop.c96 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 Dpoll_fd.rs111 pub fn revents(&self) -> PollFlags { in revents() functions
/third_party/ffmpeg/libavformat/
H A Dos_support.h148 short revents; /* events that occurred */ member
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c453 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 Ddaemon.c364 unsigned short revents; in state_daemon() local
/third_party/alsa-lib/test/
H A Duser-ctl-element-set.c395 unsigned short revents; in check_event() local
/third_party/curl/include/curl/
H A Dmulti.h121 short revents; member
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_generic_epfile.c558 uint32_t revents = POLLRDNORM; in generic_epfile_handle_poll() local
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c94 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 Dlibevent.c103 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 Dkqueue.c138 unsigned int revents; in uv__io_poll() local
/third_party/libwebsockets/lib/event-libs/libev/
H A Dlibev.c33 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 Dsdevent.c92 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 Dkqueue.c117 unsigned int revents; in uv__io_poll() local

Completed in 19 milliseconds

12345