Searched refs:___mtctxres (Results 1 – 3 of 3) sorted by relevance
62 ___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()
33 mtctxres_t *___mtctxres(void);34 #define mtctxres (___mtctxres())
104 ___mtctxres(void) { in ___mtctxres() function