Searched refs:RES_INIT (Results 1 – 5 of 5) sorted by relevance
126 __FUNCTION__, gettid(), rt, (rt->_nres->options & RES_INIT) != 0); in _res_thread_get()
75 if (!(state.options & RES_INIT)) state.options = RES_DEFAULT; in init()
190 if ((statp->options & RES_INIT) != 0U) in __res_vinit()487 statp->options |= RES_INIT; in __res_vinit()651 statp->options &= ~RES_INIT; in res_ndestroy()
686 case RES_INIT: return "init"; in p_option()
246 #define RES_INIT 0x00000001 /* address initialized */ macro