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_FAIL
(Results
1 - 25
of
38
) sorted by relevance
1
2
/third_party/ffmpeg/libavformat/
H
A
D
os_support.c
76
return
EAI_FAIL
;
in ff_getaddrinfo()
83
return
EAI_FAIL
;
in ff_getaddrinfo()
88
return
EAI_FAIL
;
in ff_getaddrinfo()
107
return
EAI_FAIL
;
in ff_getaddrinfo()
173
return
EAI_FAIL
;
in ff_getnameinfo()
189
case
EAI_FAIL
:
in ff_gai_strerror()
H
A
D
network.h
156
#ifndef
EAI_FAIL
157
#define
EAI_FAIL
4
macro
/third_party/python/Modules/
H
A
D
addrinfo.h
43
#undef
EAI_FAIL
macro
61
#define
EAI_FAIL
4 /* non-recoverable failure in name resolution */
macro
H
A
D
getaddrinfo.c
147
"non-recoverable failure in name resolution.", /*
EAI_FAIL
*/
476
error =
EAI_FAIL
;
in getaddrinfo()
572
error =
EAI_FAIL
;
580
error =
EAI_FAIL
;
/third_party/libwebsockets/lib/core-net/client/
H
A
D
connect2.c
68
n =
EAI_FAIL
;
in lws_getaddrinfo46()
89
#if defined(
EAI_FAIL
)
in lws_getaddrinfo46()
90
|| n ==
EAI_FAIL
in lws_getaddrinfo46()
/third_party/lwip/src/api/
H
A
D
netdb.c
281
return
EAI_FAIL
;
in lwip_getaddrinfo()
342
return
EAI_FAIL
;
in lwip_getaddrinfo()
359
return
EAI_FAIL
;
in lwip_getaddrinfo()
/third_party/libuv/src/unix/
H
A
D
getaddrinfo.c
57
#if defined(
EAI_FAIL
)
in uv__getaddrinfo_translate_error()
58
case
EAI_FAIL
: return UV_EAI_FAIL;
in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
H
A
D
getaddrinfo.c
57
#if defined(
EAI_FAIL
)
in uv__getaddrinfo_translate_error()
58
case
EAI_FAIL
: return UV_EAI_FAIL;
in uv__getaddrinfo_translate_error()
/third_party/musl/src/network/
H
A
D
gethostbyname2_r.c
30
case
EAI_FAIL
:
in gethostbyname2_r()
H
A
D
gethostbyaddr_r.c
59
case
EAI_FAIL
:
in gethostbyaddr_r()
H
A
D
lookup_name.c
209
return
EAI_FAIL
;
in IsAnswerValid()
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
gethostbyaddr_r.c
58
case
EAI_FAIL
:
in gethostbyaddr_r()
/third_party/lwip/src/include/lwip/
H
A
D
netdb.h
70
#define
EAI_FAIL
202
macro
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
gai_strerror.c
54
* @tc.desc : Verify that the corresponding error message can be returned (parameter is
EAI_FAIL
)
59
const char *result = gai_strerror(
EAI_FAIL
);
in gai_strerror_0400()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
46
#define
EAI_FAIL
-4
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
46
#define
EAI_FAIL
-4
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
46
#define
EAI_FAIL
-4
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
46
#define
EAI_FAIL
-4
macro
/third_party/musl/include/
H
A
D
netdb.h
63
#define
EAI_FAIL
-4
macro
/third_party/musl/libc-test/src/api/
H
A
D
netdb.c
64
C(
EAI_FAIL
)
in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H
A
D
mod.rs
155
pub const
EAI_FAIL
: ::c_int = 4;
consts
/third_party/musl/porting/linux/user/src/network/
H
A
D
lookup_name.c
238
if ((abuf[i][3] & 15) != 0) return
EAI_FAIL
;
in name_from_dns()
/third_party/rust/crates/libc/src/unix/redox/
H
A
D
mod.rs
473
pub const
EAI_FAIL
: ::c_int = -4;
consts
/third_party/libuv/include/
H
A
D
uv.h
87
XX(
EAI_FAIL
, "permanent failure") \
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
84
XX(
EAI_FAIL
, "permanent failure") \
Completed in 22 milliseconds
1
2