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:EAI_NODATA
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/libuv/src/unix/
H
A
D
getaddrinfo.c
66
#if defined(
EAI_NODATA
)
in uv__getaddrinfo_translate_error()
67
case
EAI_NODATA
: return UV_EAI_NODATA;
in uv__getaddrinfo_translate_error()
70
# if !defined(
EAI_NODATA
) ||
EAI_NODATA
!= EAI_NONAME
in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
H
A
D
getaddrinfo.c
66
#if defined(
EAI_NODATA
)
in uv__getaddrinfo_translate_error()
67
case
EAI_NODATA
: return UV_EAI_NODATA;
in uv__getaddrinfo_translate_error()
70
# if !defined(
EAI_NODATA
) ||
EAI_NODATA
!= EAI_NONAME
in uv__getaddrinfo_translate_error()
/third_party/python/Modules/
H
A
D
addrinfo.h
46
#undef
EAI_NODATA
macro
64
#define
EAI_NODATA
7 /* no address associated with hostname */
macro
H
A
D
getaddrinfo.c
150
"no address associated with hostname.", /*
EAI_NODATA
*/
565
error =
EAI_NODATA
;
H
A
D
socketmodule.c
8420
#ifdef
EAI_NODATA
8421
PyModule_AddIntMacro(m,
EAI_NODATA
);
/third_party/ffmpeg/libavformat/
H
A
D
network.h
165
#ifndef
EAI_NODATA
166
#define
EAI_NODATA
7
macro
H
A
D
os_support.c
196
#if
EAI_NODATA
!= EAI_NONAME
in ff_gai_strerror()
197
case
EAI_NODATA
:
in ff_gai_strerror()
199
#endif /*
EAI_NODATA
!= EAI_NONAME */
in ff_gai_strerror()
/third_party/libwebsockets/lib/core-net/client/
H
A
D
connect2.c
86
#if defined(
EAI_NODATA
)
in lws_getaddrinfo46()
87
|| n ==
EAI_NODATA
in lws_getaddrinfo46()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
139
#define
EAI_NODATA
-5
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
139
#define
EAI_NODATA
-5
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
139
#define
EAI_NODATA
-5
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
139
#define
EAI_NODATA
-5
macro
/third_party/musl/include/
H
A
D
netdb.h
165
#define
EAI_NODATA
-5
macro
/third_party/curl/lib/
H
A
D
curl_addrinfo.c
200
error =
EAI_NODATA
;
in Curl_getaddrinfo_ex()
H
A
D
asyn-thread.c
392
error =
EAI_NODATA
;
in query_complete()
/third_party/rust/crates/libc/src/unix/redox/
H
A
D
mod.rs
474
pub const
EAI_NODATA
: ::c_int = -5;
consts
/third_party/libuv/include/
H
A
D
uv.h
90
XX(
EAI_NODATA
, "no address") \
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
87
XX(
EAI_NODATA
, "no address") \
/third_party/node/deps/uv/include/
H
A
D
uv.h
87
XX(
EAI_NODATA
, "no address") \
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H
A
D
mod.rs
1127
pub const
EAI_NODATA
: ::c_int = -5;
consts
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
829
pub const
EAI_NODATA
: ::c_int = 7;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
2140
pub const
EAI_NODATA
: ::c_int = 7;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1382
pub const
EAI_NODATA
: ::c_int = 7;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1758
pub const
EAI_NODATA
: ::c_int = 7;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1594
pub const
EAI_NODATA
: ::c_int = 7;
consts
Completed in 66 milliseconds
1
2