Home
last modified time | relevance | path

Searched refs:RES_INIT (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/dns/resolv/
Dres_data.c85 #define res_need_init() ((_nres.options & RES_INIT) == 0U)
133 if (!(_nres.options & RES_INIT)) in res_init()
Dres_state.c162 __FUNCTION__, gettid(), rt, (rt->_nres->options & RES_INIT) != 0); in _res_thread_get()
Dres_init.c191 if ((statp->options & RES_INIT) != 0U) in __res_vinit()
486 statp->options |= RES_INIT; in __res_vinit()
650 statp->options &= ~RES_INIT; in res_ndestroy()
Dres_debug.c668 case RES_INIT: return "init"; in p_option()
/bionic/libc/dns/include/
Dresolv_private.h240 #define RES_INIT 0x00000001 /* address initialized */ macro