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_FAMILY
(Results
1 - 25
of
39
) sorted by relevance
1
2
/third_party/python/Modules/
H
A
D
addrinfo.h
44
#undef
EAI_FAMILY
macro
62
#define
EAI_FAMILY
5 /* ai_family not supported */
macro
H
A
D
getaddrinfo.c
148
"ai_family not supported.", /*
EAI_FAMILY
*/
296
ERR(
EAI_FAMILY
);
in getaddrinfo()
413
ERR(
EAI_FAMILY
);
in getaddrinfo()
461
ERR(
EAI_FAMILY
); /*xxx*/
in getaddrinfo()
/third_party/musl/src/network/
H
A
D
getnameinfo.c
160
if (sl < sizeof(struct sockaddr_in)) return
EAI_FAMILY
;
in getnameinfo()
166
if (sl < sizeof(struct sockaddr_in6)) return
EAI_FAMILY
;
in getnameinfo()
174
return
EAI_FAMILY
;
in getnameinfo()
H
A
D
getaddrinfo.c
47
return
EAI_FAMILY
;
in getaddrinfo()
/third_party/musl/porting/linux/user/src/network/
H
A
D
getnameinfo.c
159
if (sl < sizeof(struct sockaddr_in)) return
EAI_FAMILY
;
in getnameinfo()
165
if (sl < sizeof(struct sockaddr_in6)) return
EAI_FAMILY
;
in getnameinfo()
173
return
EAI_FAMILY
;
in getnameinfo()
H
A
D
getaddrinfo.c
132
return
EAI_FAMILY
;
in getaddrinfo_ext()
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
getnameinfo.c
135
if (sl < sizeof(struct sockaddr_in)) return
EAI_FAMILY
;
in getnameinfo()
141
if (sl < sizeof(struct sockaddr_in6)) return
EAI_FAMILY
;
in getnameinfo()
149
return
EAI_FAMILY
;
in getnameinfo()
/third_party/ffmpeg/libavformat/
H
A
D
network.h
159
#ifndef
EAI_FAMILY
160
#define
EAI_FAMILY
5
macro
H
A
D
os_support.c
148
return
EAI_FAMILY
;
in ff_getnameinfo()
191
case
EAI_FAMILY
:
in ff_gai_strerror()
/third_party/libuv/src/unix/
H
A
D
getaddrinfo.c
60
#if defined(
EAI_FAMILY
)
in uv__getaddrinfo_translate_error()
61
case
EAI_FAMILY
: return UV_EAI_FAMILY;
in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
H
A
D
getaddrinfo.c
60
#if defined(
EAI_FAMILY
)
in uv__getaddrinfo_translate_error()
61
case
EAI_FAMILY
: return UV_EAI_FAMILY;
in uv__getaddrinfo_translate_error()
/third_party/lwip/src/include/lwip/
H
A
D
netdb.h
72
#define
EAI_FAMILY
204
macro
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
gai_strerror.c
76
* @tc.desc : Verify that the corresponding error message can be returned (parameter is
EAI_FAMILY
)
81
const char *result = gai_strerror(
EAI_FAMILY
);
in gai_strerror_0600()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
47
#define
EAI_FAMILY
-6
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
47
#define
EAI_FAMILY
-6
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
47
#define
EAI_FAMILY
-6
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
47
#define
EAI_FAMILY
-6
macro
/third_party/musl/include/
H
A
D
netdb.h
64
#define
EAI_FAMILY
-6
macro
/third_party/musl/libc-test/src/api/
H
A
D
netdb.c
65
C(
EAI_FAMILY
)
in f()
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H
A
D
netdb_test.cpp
157
* @tc.desc: Verify that the getnameinfo() function returns the expected error code (
EAI_FAMILY
) when the length
171
EXPECT_EQ(
EAI_FAMILY
, result);
in HWTEST_F()
230
EXPECT_EQ(
EAI_FAMILY
, result);
in HWTEST_F()
/third_party/musl/src/network/linux/
H
A
D
getaddrinfo.c
154
return
EAI_FAMILY
;
in getaddrinfo_ext()
/third_party/lwip/src/api/
H
A
D
netdb.c
298
return
EAI_FAMILY
;
in lwip_getaddrinfo()
/third_party/rust/crates/libc/src/unix/newlib/
H
A
D
mod.rs
573
pub const
EAI_FAMILY
: ::c_int = -303;
consts
/third_party/rust/crates/libc/src/unix/redox/
H
A
D
mod.rs
475
pub const
EAI_FAMILY
: ::c_int = -6;
consts
/third_party/libuv/include/
H
A
D
uv.h
88
XX(
EAI_FAMILY
, "ai_family not supported") \
Completed in 17 milliseconds
1
2