OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nss_method
(Results
51 - 53
of
53
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
nsswitch.h
111
typedef int (*
nss_method
)(void *, void *, va_list);
typedef
119
nss_method
callback;
169
* tuples to the
nss_method
and associated callback data. Effectively,
175
nss_method
method;
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
nsswitch.h
111
typedef int (*
nss_method
)(void *, void *, 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;
Completed in 634 milliseconds
1
2
3