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:HOST_NOT_FOUND
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/src/network/
H
A
D
res_query.c
16
h_errno =
HOST_NOT_FOUND
;
in res_query()
H
A
D
gethostbyname2_r.c
24
*err =
HOST_NOT_FOUND
;
in gethostbyname2_r()
H
A
D
ent.c
129
h_errno =
HOST_NOT_FOUND
;
in gethostent()
/third_party/lwip/src/include/lwip/
H
A
D
netdb.h
74
#define
HOST_NOT_FOUND
210
macro
/third_party/lwip/src/api/
H
A
D
netdb.c
103
h_errno =
HOST_NOT_FOUND
;
in lwip_gethostbyname()
202
*h_errnop =
HOST_NOT_FOUND
;
in lwip_gethostbyname_r()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
123
#define
HOST_NOT_FOUND
1
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
123
#define
HOST_NOT_FOUND
1
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
123
#define
HOST_NOT_FOUND
1
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
123
#define
HOST_NOT_FOUND
1
macro
/third_party/musl/include/
H
A
D
netdb.h
149
#define
HOST_NOT_FOUND
1
macro
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/
H
A
D
netdb_test.cpp
339
EXPECT_EQ(
HOST_NOT_FOUND
, err);
in HWTEST_F()
395
EXPECT_EQ(
HOST_NOT_FOUND
, err);
in HWTEST_F()
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
ent.c
103
h_errno =
HOST_NOT_FOUND
;
in gethostent()
/third_party/python/Modules/
H
A
D
getaddrinfo.c
563
case
HOST_NOT_FOUND
:
/third_party/rust/crates/libc/src/unix/newlib/
H
A
D
mod.rs
553
pub const
HOST_NOT_FOUND
: ::c_int = 1;
consts
/third_party/backends/frontend/
H
A
D
saned.c
1201
if (h_errno !=
HOST_NOT_FOUND
)
in check_host()
Completed in 11 milliseconds