Searched refs:RES_INIT (Results 1 – 13 of 13) sorted by relevance
49 if ((_res.options & RES_INIT) == 0) in __res_close()
173 && (preinit->options & ~RES_INIT) != RES_DEFAULT); in has_preinit_values()190 parser->template.options = preinit->options | RES_INIT; in resolv_conf_parser_init()196 parser->template.options = RES_DEFAULT | RES_INIT; in resolv_conf_parser_init()
70 if (!(_res.options & RES_INIT)) in res_init()
70 TEST_VERIFY (_res.options & RES_INIT); in check_chroot_working()104 TEST_VERIFY (resp->options & RES_INIT); in print_resp()108 = resp->options & ~(RES_INIT | RES_RECURSE | RES_DEFNAMES | RES_DNSRCH); in print_resp()
30 referenced through `_res' if the RES_INIT bit is set in34 check the RES_INIT bit. By the way, you're not really supposed to
74 if (resp->options & RES_INIT) in maybe_init()
106 #define RES_INIT 0x00000001 /* address initialized */ macro
178 if (!(resp->options & RES_INIT)) in resolv_conf_get_1()
599 case RES_INIT: return "init"; in libresolv_hidden_def()
1197 _res.options = RES_INIT | RES_RECURSE | RES_DEFNAMES | RES_DNSRCH; in resolv_test_start()
3809 of RES_INIT check and {res_ninit,__res_ninit,res_init} call.4072 * resolv/res_libc.c (res_init): If RES_INIT is set and
8380 RES_DEFAULT. If RES_INIT is clear, OR in RES_DEFAULT.
6413 (res_close) [_LIBC]: Don't call res_nclose if RES_INIT isn't set