OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EAI_SERVICE
(Results
51 - 60
of
60
) sorted by null
1
2
3
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
100
public static final int
EAI_SERVICE
= placeholder();
504
if (error ==
EAI_SERVICE
) {
505
return "
EAI_SERVICE
";
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h
596
# define
EAI_SERVICE
-8 /* SERVICE not supported for `ai_socktype'. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h
596
# define
EAI_SERVICE
-8 /* SERVICE not supported for `ai_socktype'. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h
596
# define
EAI_SERVICE
-8 /* SERVICE not supported for `ai_socktype'. */
/bionic/libc/netbsd/net/
getaddrinfo.c
260
"servname not supported for ai_socktype", /*
EAI_SERVICE
*/
1163
return
EAI_SERVICE
;
1182
return
EAI_SERVICE
;
1184
return
EAI_SERVICE
;
1203
return
EAI_SERVICE
;
[
all
...]
/external/chromium/net/base/
host_resolver_impl.cc
215
EAI_SERVICE
,
[
all
...]
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
112
initConstant(env, c, "
EAI_SERVICE
",
EAI_SERVICE
);
/external/chromium_org/net/dns/
host_resolver_impl.cc
107
EAI_SERVICE
,
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py
633
if err.errno == socket.
EAI_SERVICE
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py
633
if err.errno == socket.
EAI_SERVICE
:
[
all
...]
Completed in 450 milliseconds
1
2
3