Home
last modified time | relevance | path

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

/resolv/
A Dres_data.c49 if ((_res.options & RES_INIT) == 0) in __res_close()
A Dres_libc.c70 if (!(_res.options & RES_INIT)) in res_init()
A Dres_init.c173 && (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()
A Dresolv_context.c74 if (resp->options & RES_INIT) in maybe_init()
A Dtst-resolv-res_init-skeleton.c70 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()
A Dresolv.h106 #define RES_INIT 0x00000001 /* address initialized */ macro
A DREADME30 referenced through `_res' if the RES_INIT bit is set in
34 check the RES_INIT bit. By the way, you're not really supposed to
A Dresolv_conf.c178 if (!(resp->options & RES_INIT)) in resolv_conf_get_1()
A Dres_debug.c599 case RES_INIT: return "init"; in libresolv_hidden_def()

Completed in 19 milliseconds