OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nss_method
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/dns/include/
nsswitch.h
104
typedef int (*
nss_method
)(void *, void *, va_list);
typedef
112
nss_method
callback;
149
* tuples to the
nss_method
and associated callback data. Effectively,
155
nss_method
method;
/device/linaro/bootloader/edk2/StdLib/Include/
nsswitch.h
111
typedef int (*
nss_method
)(void *, void *, _BSD_VA_LIST_);
typedef
119
nss_method
callback;
169
* tuples to the
nss_method
and associated callback data. Effectively,
175
nss_method
method;
/bionic/libc/dns/net/
nsdispatch.c
79
static
nss_method
107
nss_method
cb;
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c
560
NS_FILES_CB(((
nss_method
)_files_getaddrinfo), NULL)
561
{ NSSRC_DNS, ((
nss_method
)_dns_getaddrinfo), NULL }, /* force -DHESIOD */
[
all
...]
Completed in 180 milliseconds