Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dmtctxres.c31 static mtctxres_t sharedctx;
68 mtctxres_t *mt; in __res_init_ctx()
77 if ((mt = malloc(sizeof (mtctxres_t))) == 0) { in __res_init_ctx()
82 memset(mt, 0, sizeof (mtctxres_t)); in __res_init_ctx()
96 mtctxres_t *mt = (mtctxres_t *)value; in __res_destroy_ctx()
103 mtctxres_t *
106 mtctxres_t *mt; in ___mtctxres()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dresolv_mt.h29 } mtctxres_t; typedef
33 mtctxres_t *___mtctxres(void);
/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_mtctxres.c111 mtctxres_t *mt = ___mtctxres(); in __res_retry()
119 mtctxres_t *mt = ___mtctxres(); in __res_retry_reset()