Home
last modified time | relevance | path

Searched refs:mtctxres_t (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/resolv/
Dmtctxres.c26 static mtctxres_t sharedctx;
63 mtctxres_t *mt; in __res_init_ctx()
72 if ((mt = malloc(sizeof (mtctxres_t))) == 0) { in __res_init_ctx()
77 memset(mt, 0, sizeof (mtctxres_t)); in __res_init_ctx()
91 mtctxres_t *mt = (mtctxres_t *)value; in __res_destroy_ctx()
98 mtctxres_t *
101 mtctxres_t *mt; in ___mtctxres()
/bionic/libc/upstream-netbsd/lib/libc/include/
Dresolv_mt.h31 } mtctxres_t; typedef
35 mtctxres_t *___mtctxres(void);