Home
last modified time | relevance | path

Searched refs:EAI_MEMORY (Results 1 - 25 of 50) sorted by relevance

12

/third_party/python/Modules/
H A Daddrinfo.h45 #undef EAI_MEMORY macro
63 #define EAI_MEMORY 6 /* memory allocation failure */ macro
/third_party/ffmpeg/libavformat/
H A Dnetwork.h162 #ifndef EAI_MEMORY
163 #define EAI_MEMORY 6 macro
H A Dos_support.c194 case EAI_MEMORY: in ff_gai_strerror()
/third_party/libuv/src/unix/
H A Dgetaddrinfo.c63 #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 Dgetaddrinfo.c63 #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 Dgetservbyname_r.c39 case EAI_MEMORY: in getservbyname_r()
H A Dgetservbyport_r.c46 case EAI_MEMORY: in getservbyport_r()
H A Dgethostbyname2_r.c33 case EAI_MEMORY: in gethostbyname2_r()
H A Dgethostbyaddr_r.c57 case EAI_MEMORY: in gethostbyaddr_r()
H A Dgetaddrinfo.c106 if (!out) return EAI_MEMORY; in getaddrinfo()
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetservbyname_r.c39 case EAI_MEMORY: in getservbyname_r()
H A Dgetservbyport_r.c46 case EAI_MEMORY: in getservbyport_r()
H A Dgethostbyaddr_r.c56 case EAI_MEMORY: in gethostbyaddr_r()
/third_party/lwip/src/include/lwip/
H A Dnetdb.h71 #define EAI_MEMORY 203 macro
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dgai_strerror.c120 * @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 Dos400sys.c265 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 Dnetdb.h50 #define EAI_MEMORY -10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dnetdb.h50 #define EAI_MEMORY -10 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dnetdb.h50 #define EAI_MEMORY -10 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dnetdb.h50 #define EAI_MEMORY -10 macro
/third_party/musl/include/
H A Dnetdb.h67 #define EAI_MEMORY -10 macro
/third_party/musl/libc-test/src/api/
H A Dnetdb.c66 C(EAI_MEMORY) in f()
/third_party/curl/lib/
H A Dasyn-thread.c52 # define RESOLVER_ENOMEM EAI_MEMORY
345 error = EAI_MEMORY; in query_complete()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c721 # ifdef EAI_MEMORY in BIO_lookup_ex()
722 case EAI_MEMORY: in BIO_lookup_ex()
/third_party/openssl/crypto/bio/
H A Dbio_addr.c721 # ifdef EAI_MEMORY in BIO_lookup_ex()
722 case EAI_MEMORY: in BIO_lookup_ex()

Completed in 12 milliseconds

12