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_AGAIN
(Results
1 - 25
of
36
) sorted by relevance
1
2
/third_party/python/Modules/
H
A
D
addrinfo.h
41
#undef
EAI_AGAIN
macro
59
#define
EAI_AGAIN
2 /* temporary failure in name resolution */
macro
H
A
D
getaddrinfo.c
145
"temporary failure in name resolution.", /*
EAI_AGAIN
*/
568
error =
EAI_AGAIN
;
/third_party/ffmpeg/libavformat/
H
A
D
network.h
150
#ifndef
EAI_AGAIN
151
#define
EAI_AGAIN
2
macro
H
A
D
os_support.c
185
case
EAI_AGAIN
:
in ff_gai_strerror()
/third_party/libuv/src/unix/
H
A
D
getaddrinfo.c
45
#if defined(
EAI_AGAIN
)
in uv__getaddrinfo_translate_error()
46
case
EAI_AGAIN
: return UV_EAI_AGAIN;
in uv__getaddrinfo_translate_error()
/third_party/libwebsockets/lib/core-net/client/
H
A
D
connect2.c
92
#if defined(
EAI_AGAIN
)
in lws_getaddrinfo46()
93
|| n ==
EAI_AGAIN
in lws_getaddrinfo46()
/third_party/node/deps/uv/src/unix/
H
A
D
getaddrinfo.c
45
#if defined(
EAI_AGAIN
)
in uv__getaddrinfo_translate_error()
46
case
EAI_AGAIN
: return UV_EAI_AGAIN;
in uv__getaddrinfo_translate_error()
/third_party/musl/src/network/
H
A
D
gethostbyname2_r.c
26
case
EAI_AGAIN
:
in gethostbyname2_r()
H
A
D
gethostbyaddr_r.c
51
case
EAI_AGAIN
:
in gethostbyaddr_r()
H
A
D
lookup_name.c
205
return
EAI_AGAIN
;
in IsAnswerValid()
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
gethostbyaddr_r.c
50
case
EAI_AGAIN
:
in gethostbyaddr_r()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
gai_strerror.c
43
* @tc.desc : Verify that the corresponding error message can be returned (parameter is
EAI_AGAIN
)
48
const char *result = gai_strerror(
EAI_AGAIN
);
in gai_strerror_0300()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
45
#define
EAI_AGAIN
-3
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
45
#define
EAI_AGAIN
-3
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
45
#define
EAI_AGAIN
-3
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
45
#define
EAI_AGAIN
-3
macro
/third_party/musl/include/
H
A
D
netdb.h
62
#define
EAI_AGAIN
-3
macro
/third_party/musl/libc-test/src/api/
H
A
D
netdb.c
62
C(
EAI_AGAIN
)
in f()
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H
A
D
mod.rs
153
pub const
EAI_AGAIN
: ::c_int = 2;
consts
/third_party/musl/porting/linux/user/src/network/
H
A
D
lookup_name.c
236
if (alens[i] < 4 || (abuf[i][3] & 15) == 2) return
EAI_AGAIN
;
in name_from_dns()
/third_party/rust/crates/libc/src/unix/redox/
H
A
D
mod.rs
472
pub const
EAI_AGAIN
: ::c_int = -3;
consts
/third_party/libuv/include/
H
A
D
uv.h
83
XX(
EAI_AGAIN
, "temporary failure") \
/third_party/libuv/include/uv_ndk/
H
A
D
uv.h
80
XX(
EAI_AGAIN
, "temporary failure") \
/third_party/node/deps/uv/include/
H
A
D
uv.h
80
XX(
EAI_AGAIN
, "temporary failure") \
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
996
pub const
EAI_AGAIN
: ::c_int = -3;
consts
Completed in 26 milliseconds
1
2