Searched refs:RES_INIT (Results 1 – 22 of 22) sorted by relevance
103 if (!(statp->options & RES_INIT)) in res_init()122 if ((statp->options & RES_INIT) == 0U && res_init() == -1) in fp_nquery()139 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkquery()151 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_mkupdate()166 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_query()193 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_send()207 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_sendsigned()224 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_update()239 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_search()255 if ((statp->options & RES_INIT) == 0U && res_init() == -1) { in res_querydomain()[all …]
73 if ((statp->options & RES_INIT) == 0) { in res_check_reload()91 statp->options &= ~RES_INIT; in res_check_reload()
578 statp->options |= RES_INIT; in __res_vinit()821 statp->options &= ~RES_INIT; in res_ndestroy()
658 case RES_INIT: return "init"; in p_option()
284 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in _dns_getnetbyaddr()388 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in _dns_getnetbyname()447 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) in _setnetdnsent()
490 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in gethostbyname_r()514 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in gethostbyname2_r()609 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in gethostbyaddr_r()
180 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) { in gethostent_r()
354 if ((_res.options & RES_INIT) == 0 && res_init() == -1) in get_txt_records()
273 if ((statp->options & RES_INIT) == 0) { in getipnodebyname()368 if ((statp->options & RES_INIT) == 0) { in getipnodebyaddr()
759 if ((statp->options & RES_INIT) == 0 && res_ninit(statp) == -1) in _sethostdnsent()
2334 if ((res->options & RES_INIT) == 0 && res_ninit(res) == -1) { in _dns_getaddrinfo()
105 if (_res.options & RES_INIT || res_init() == 0) in work()
222 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
228 #define RES_INIT 0x00000001 /*%< address initialized */ macro
132 if (!(_res.options & RES_INIT) && res_init() == -1) { in yp_init_resolver()
190 if (!(_res.options & RES_INIT)) in main()
224 if ((_resp->options & RES_INIT) == 0 && res_init() == -1) { in getrrsetbyname()
1640 if ((_res.options & RES_INIT) == 0)
1653 if ((_res.options & RES_INIT) == 0 && res_init() == -1)
718 if (!bitset(RES_INIT, _res.options))
954 if (statp == NULL || ((statp->options & RES_INIT) == 0 && in run_tests()
2235 if ((_res.options & RES_INIT) == 0) {