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:NI_NAMEREQD
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/python/Modules/
H
A
D
addrinfo.h
119
#define
NI_NAMEREQD
0x00000004
macro
H
A
D
getnameinfo.c
205
if (flags &
NI_NAMEREQD
)
H
A
D
socketmodule.c
8489
#ifdef
NI_NAMEREQD
8490
PyModule_AddIntMacro(m,
NI_NAMEREQD
);
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
39
#define
NI_NAMEREQD
0x08
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
39
#define
NI_NAMEREQD
0x08
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
39
#define
NI_NAMEREQD
0x08
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
39
#define
NI_NAMEREQD
0x08
macro
/third_party/musl/include/
H
A
D
netdb.h
56
#define
NI_NAMEREQD
0x08
macro
/third_party/musl/libc-test/src/api/
H
A
D
netdb.c
58
C(
NI_NAMEREQD
)
in f()
/third_party/musl/src/network/
H
A
D
getnameinfo.c
195
if (flags &
NI_NAMEREQD
) return EAI_NONAME;
in getnameinfo()
/third_party/musl/porting/linux/user/src/network/
H
A
D
getnameinfo.c
192
if (flags &
NI_NAMEREQD
) return EAI_NONAME;
in getnameinfo()
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
getnameinfo.c
168
if (flags &
NI_NAMEREQD
) return EAI_NONAME;
in getnameinfo()
/third_party/toybox/toys/pending/
H
A
D
arp.c
257
else if (!ip_to_host(&sa,
NI_NAMEREQD
)) host_name = toybuf;
in arp_main()
/third_party/rust/crates/libc/src/unix/newlib/
H
A
D
mod.rs
569
pub const
NI_NAMEREQD
: ::c_int = 4;
consts
/third_party/rust/crates/libc/src/unix/redox/
H
A
D
mod.rs
487
pub const
NI_NAMEREQD
: ::c_int = 0x0008;
consts
/third_party/backends/backend/pixma/
H
A
D
pixma_bjnp.c
827
host, BJNP_HOST_MAX , NULL, 0,
NI_NAMEREQD
) ) != 0 )
in get_scanner_name()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
1007
pub const
NI_NAMEREQD
: ::c_int = 8;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H
A
D
mod.rs
1336
pub const
NI_NAMEREQD
: ::c_int = 8;
consts
/third_party/node/src/
H
A
D
cares_wrap.cc
1640
NI_NAMEREQD
);
in GetNameInfo()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
1974
pub const
NI_NAMEREQD
: ::c_int = 0x000000004;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1393
pub const
NI_NAMEREQD
: ::c_int = 0x00000004;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1470
pub const
NI_NAMEREQD
: ::c_int = 0x00000004;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1603
pub const
NI_NAMEREQD
: ::c_uint = 0x0004;
consts
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2490
pub const
NI_NAMEREQD
: ::c_int = 8;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1889
pub const
NI_NAMEREQD
: ::c_int = 8;
consts
Completed in 82 milliseconds
1
2