OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NS_SUCCESS
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/dns/include/
nsswitch.h
52
#define
NS_SUCCESS
(1<<0) /* entry was found */
/device/linaro/bootloader/edk2/StdLib/Include/
nsswitch.h
59
#define
NS_SUCCESS
(1<<0) /* entry was found */
/bionic/libc/dns/net/
sethostent.c
138
return
NS_SUCCESS
;
284
return
NS_SUCCESS
;
gethnamaddr.c
168
{ NSSRC_FILES,
NS_SUCCESS
},
169
{ NSSRC_DNS,
NS_SUCCESS
},
760
default_dns_files, name, strlen(name), af) !=
NS_SUCCESS
)
887
default_dns_files, uaddr, len, af, netcontext) !=
NS_SUCCESS
)
1194
return
NS_SUCCESS
;
[
all
...]
getaddrinfo.c
197
{ NSSRC_FILES,
NS_SUCCESS
},
198
{ NSSRC_DNS,
NS_SUCCESS
},
837
case
NS_SUCCESS
:
[
all
...]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c
186
{ NSSRC_FILES,
NS_SUCCESS
},
187
{ NSSRC_DNS,
NS_SUCCESS
},
601
case
NS_SUCCESS
:
[
all
...]
Completed in 102 milliseconds