Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:EV_ERROR
(Results
1 - 14
of
14
) sorted by relevance
/third_party/node/deps/cares/src/lib/
H
A
D
ares_event_kqueue.c
230
events[i].flags & (EV_EOF |
EV_ERROR
)) {
in ares_evsys_kqueue_wait()
/third_party/rust/crates/nix/src/sys/
H
A
D
event.rs
106
EV_ERROR
;
/third_party/libuv/src/unix/
H
A
D
kqueue.c
372
if (ev->flags &
EV_ERROR
)
in uv__io_poll()
H
A
D
stream.c
314
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
D
libev.c
98
if (revents &
EV_ERROR
)
in lws_accept_cb()
/third_party/node/deps/uv/src/unix/
H
A
D
kqueue.c
377
if (ev->flags &
EV_ERROR
)
in uv__io_poll()
H
A
D
stream.c
304
if (ret == 0 || (events[0].flags &
EV_ERROR
) == 0 || events[0].data != EINVAL)
in uv__stream_try_select()
/third_party/toybox/lib/
H
A
D
portability.c
212
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
D
mod.rs
1298
pub const
EV_ERROR
: u16 = 0x4000;
consts
/third_party/python/Modules/
H
A
D
selectmodule.c
2609
PyModule_AddIntConstant(m, "KQ_EV_ERROR",
EV_ERROR
);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
H
A
D
mod.rs
1092
pub const
EV_ERROR
: u16 = 0x4000;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
1939
pub const
EV_ERROR
: u32 = 0x4000;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
mod.rs
2007
pub const
EV_ERROR
: u16 = 0x4000;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
3952
pub const
EV_ERROR
: u16 = 0x4000;
consts
Completed in 50 milliseconds