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:AI_ALL
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/python/Modules/
H
A
D
addrinfo.h
81
#undef
AI_ALL
macro
94
#define
AI_ALL
0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
macro
H
A
D
getaddrinfo.c
38
* - PF_UNSPEC case would be handled in getipnodebyname() with the
AI_ALL
flag.
554
AI_ADDRCONFIG|
AI_ALL
|AI_V4MAPPED, &h_error);
H
A
D
socketmodule.c
8462
#ifdef
AI_ALL
8463
PyModule_AddIntMacro(m,
AI_ALL
);
/third_party/node/lib/internal/dns/
H
A
D
utils.js
260
const { AI_ADDRCONFIG,
AI_ALL
, AI_V4MAPPED } = lazyBinding();
261
if ((hints & ~(AI_ADDRCONFIG |
AI_ALL
| AI_V4MAPPED)) !== 0) {
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
getaddrinfo.c
57
hint.ai_flags =
AI_ALL
;
in getaddrinfo_0200()
192
hint.ai_flags =
AI_ALL
;
in getaddrinfo_1000()
/third_party/lwip/src/include/lwip/
H
A
D
netdb.h
87
#define
AI_ALL
0x20
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
31
#define
AI_ALL
0x10
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
31
#define
AI_ALL
0x10
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
31
#define
AI_ALL
0x10
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
31
#define
AI_ALL
0x10
macro
/third_party/musl/include/
H
A
D
netdb.h
48
#define
AI_ALL
0x10
macro
/third_party/musl/libc-test/src/api/
H
A
D
netdb.c
54
C(
AI_ALL
)
in f()
/third_party/libcoap/examples/
H
A
D
tiny.c
102
hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV |
AI_ALL
;
in get_session()
H
A
D
coap-client.c
1545
AI_PASSIVE | AI_NUMERICHOST | AI_NUMERICSERV |
AI_ALL
,
in get_session()
/third_party/musl/src/network/
H
A
D
getaddrinfo.c
37
AI_V4MAPPED |
AI_ALL
| AI_ADDRCONFIG | AI_NUMERICSERV;
in getaddrinfo()
H
A
D
lookup_name.c
480
if (!(flags &
AI_ALL
)) {
in lookup_name_ext()
/third_party/node/lib/
H
A
D
dns.js
314
ALL: cares.
AI_ALL
,
/third_party/musl/Benchmark/musl/
H
A
D
libc_network.cpp
64
hint.ai_flags =
AI_ALL
; // Find IPv4 and IPV6
in Bm_function_Getaddrinfo_Freeaddrinfo_intranet2()
/third_party/musl/porting/linux/user/src/network/
H
A
D
getaddrinfo.c
122
AI_V4MAPPED |
AI_ALL
| AI_ADDRCONFIG | AI_NUMERICSERV;
in getaddrinfo_ext()
H
A
D
lookup_name.c
412
if (!(flags &
AI_ALL
)) {
in lookup_name_ext()
/third_party/musl/src/network/linux/
H
A
D
getaddrinfo.c
137
AI_V4MAPPED |
AI_ALL
| AI_ADDRCONFIG | AI_NUMERICSERV;
in getaddrinfo_ext()
/third_party/node/src/
H
A
D
cares_wrap.cc
48
#ifndef
AI_ALL
49
# define
AI_ALL
0
macro
1903
"
AI_ALL
"),
in Initialize()
1904
Integer::New(env->isolate(),
AI_ALL
)).Check();
in Initialize()
/third_party/rust/crates/libc/src/unix/redox/
H
A
D
mod.rs
467
pub const
AI_ALL
: ::c_int = 0x0010;
consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
989
pub const
AI_ALL
: ::c_int = 0x0010;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
759
pub const
AI_ALL
: ::c_int = 0x00000100;
consts
Completed in 55 milliseconds
1
2