Home
last modified time | relevance | path

Searched refs:EV_ERROR (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_event_kqueue.c230 events[i].flags & (EV_EOF | EV_ERROR)) { in ares_evsys_kqueue_wait()
/third_party/rust/crates/nix/src/sys/
H A Devent.rs106 EV_ERROR;
/third_party/libuv/src/unix/
H A Dkqueue.c372 if (ev->flags & EV_ERROR) in uv__io_poll()
H A Dstream.c314 if (ret == 0 || (events[0].flags & EV_ERROR) == 0 || events[0].data != EINVAL) in uv__stream_try_select()
/third_party/libwebsockets/lib/event-libs/libev/
H A Dlibev.c98 if (revents & EV_ERROR) in lws_accept_cb()
/third_party/node/deps/uv/src/unix/
H A Dkqueue.c377 if (ev->flags & EV_ERROR) in uv__io_poll()
H A Dstream.c304 if (ret == 0 || (events[0].flags & EV_ERROR) == 0 || events[0].data != EINVAL) in uv__stream_try_select()
/third_party/toybox/lib/
H A Dportability.c212 if (kevent(not->kq, &event, 1, NULL, 0, NULL) == -1 || event.flags & EV_ERROR) in xnotify_add()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1298 pub const EV_ERROR: u16 = 0x4000; consts
/third_party/python/Modules/
H A Dselectmodule.c2609 PyModule_AddIntConstant(m, "KQ_EV_ERROR", EV_ERROR);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs1092 pub const EV_ERROR: u16 = 0x4000; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1939 pub const EV_ERROR: u32 = 0x4000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2007 pub const EV_ERROR: u16 = 0x4000; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3952 pub const EV_ERROR: u16 = 0x4000; consts

Completed in 50 milliseconds