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_MEMORY
(Results
1 - 25
of
50
) sorted by relevance
1
2
/third_party/python/Modules/
H
A
D
addrinfo.h
45
#undef
EAI_MEMORY
macro
63
#define
EAI_MEMORY
6 /* memory allocation failure */
macro
/third_party/ffmpeg/libavformat/
H
A
D
network.h
162
#ifndef
EAI_MEMORY
163
#define
EAI_MEMORY
6
macro
H
A
D
os_support.c
194
case
EAI_MEMORY
:
in ff_gai_strerror()
/third_party/libuv/src/unix/
H
A
D
getaddrinfo.c
63
#if defined(
EAI_MEMORY
)
in uv__getaddrinfo_translate_error()
64
case
EAI_MEMORY
: return UV_EAI_MEMORY;
in uv__getaddrinfo_translate_error()
/third_party/node/deps/uv/src/unix/
H
A
D
getaddrinfo.c
63
#if defined(
EAI_MEMORY
)
in uv__getaddrinfo_translate_error()
64
case
EAI_MEMORY
: return UV_EAI_MEMORY;
in uv__getaddrinfo_translate_error()
/third_party/musl/src/network/
H
A
D
getservbyname_r.c
39
case
EAI_MEMORY
:
in getservbyname_r()
H
A
D
getservbyport_r.c
46
case
EAI_MEMORY
:
in getservbyport_r()
H
A
D
gethostbyname2_r.c
33
case
EAI_MEMORY
:
in gethostbyname2_r()
H
A
D
gethostbyaddr_r.c
57
case
EAI_MEMORY
:
in gethostbyaddr_r()
H
A
D
getaddrinfo.c
106
if (!out) return
EAI_MEMORY
;
in getaddrinfo()
/third_party/musl/porting/liteos_a/user/src/network/
H
A
D
getservbyname_r.c
39
case
EAI_MEMORY
:
in getservbyname_r()
H
A
D
getservbyport_r.c
46
case
EAI_MEMORY
:
in getservbyport_r()
H
A
D
gethostbyaddr_r.c
56
case
EAI_MEMORY
:
in gethostbyaddr_r()
/third_party/lwip/src/include/lwip/
H
A
D
netdb.h
71
#define
EAI_MEMORY
203
macro
/third_party/musl/libc-test/src/functionalext/supplement/network/
H
A
D
gai_strerror.c
120
* @tc.desc : Verify that the corresponding error message can be returned (parameter is
EAI_MEMORY
)
125
const char *result = gai_strerror(
EAI_MEMORY
);
in gai_strerror_1000()
/third_party/curl/packages/OS400/
H
A
D
os400sys.c
265
return
EAI_MEMORY
;
in Curl_getnameinfo_a()
272
return
EAI_MEMORY
;
in Curl_getnameinfo_a()
317
return
EAI_MEMORY
;
in Curl_getaddrinfo_a()
329
return
EAI_MEMORY
;
in Curl_getaddrinfo_a()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
netdb.h
50
#define
EAI_MEMORY
-10
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
netdb.h
50
#define
EAI_MEMORY
-10
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
netdb.h
50
#define
EAI_MEMORY
-10
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
netdb.h
50
#define
EAI_MEMORY
-10
macro
/third_party/musl/include/
H
A
D
netdb.h
67
#define
EAI_MEMORY
-10
macro
/third_party/musl/libc-test/src/api/
H
A
D
netdb.c
66
C(
EAI_MEMORY
)
in f()
/third_party/curl/lib/
H
A
D
asyn-thread.c
52
# define RESOLVER_ENOMEM
EAI_MEMORY
345
error =
EAI_MEMORY
;
in query_complete()
/third_party/node/deps/openssl/openssl/crypto/bio/
H
A
D
bio_addr.c
721
# ifdef
EAI_MEMORY
in BIO_lookup_ex()
722
case
EAI_MEMORY
:
in BIO_lookup_ex()
/third_party/openssl/crypto/bio/
H
A
D
bio_addr.c
721
# ifdef
EAI_MEMORY
in BIO_lookup_ex()
722
case
EAI_MEMORY
:
in BIO_lookup_ex()
Completed in 15 milliseconds
1
2