OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtctxres_t
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/upstream-netbsd/lib/libc/resolv/
mtctxres.c
26
static
mtctxres_t
sharedctx;
63
mtctxres_t
*mt;
72
if ((mt = malloc(sizeof (
mtctxres_t
))) == 0) {
77
memset(mt, 0, sizeof (
mtctxres_t
));
91
mtctxres_t
*mt = (
mtctxres_t
*)value;
98
mtctxres_t
*
101
mtctxres_t
*mt;
/bionic/libc/upstream-netbsd/lib/libc/include/
resolv_mt.h
31
}
mtctxres_t
;
typedef in typeref:struct:__anon1439
35
mtctxres_t
*___mtctxres(void);
Completed in 546 milliseconds