Searched refs:mtctxres_t (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/resolv/
H A Dmtctxres.c27 static mtctxres_t sharedctx;
64 mtctxres_t *mt;
73 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
78 memset(mt, 0, sizeof (mtctxres_t));
92 mtctxres_t *mt = (mtctxres_t *)value;
99 mtctxres_t *
102 mtctxres_t *mt;
/netbsd-current/lib/libc/resolv/
H A Dmtctxres.c26 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;
/netbsd-current/external/bsd/libbind/dist/include/
H A Dresolv_mt.h31 } mtctxres_t; typedef in typeref:struct:__anon1967
35 mtctxres_t *___mtctxres(void);
/netbsd-current/lib/libc/include/
H A Dresolv_mt.h31 } mtctxres_t; typedef in typeref:struct:__anon7627
35 mtctxres_t *___mtctxres(void);

Completed in 180 milliseconds