Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_mtctxres.c62 ___mtctxres()->no_hosts_fallback_private = 1; in __res_set_no_hosts_fallback()
67 ___mtctxres()->no_hosts_fallback_private = 0; in __res_unset_no_hosts_fallback()
72 return (___mtctxres()->no_hosts_fallback_private); in __res_no_hosts_fallback()
85 ___mtctxres()->retry_private = retry; in __res_override_retry()
111 mtctxres_t *mt = ___mtctxres(); in __res_retry()
119 mtctxres_t *mt = ___mtctxres(); in __res_retry_reset()
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dresolv_mt.h33 mtctxres_t *___mtctxres(void);
34 #define mtctxres (___mtctxres())
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dmtctxres.c104 ___mtctxres(void) { in ___mtctxres() function