Home
last modified time | relevance | path

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

/glibc-2.36/resolv/
Dres_data.c49 if ((_res.options & RES_INIT) == 0) in __res_close()
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()
Dres_libc.c70 if (!(_res.options & RES_INIT)) in res_init()
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()
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
Dresolv_context.c74 if (resp->options & RES_INIT) in maybe_init()
Dresolv.h106 #define RES_INIT 0x00000001 /* address initialized */ macro
Dresolv_conf.c178 if (!(resp->options & RES_INIT)) in resolv_conf_get_1()
Dres_debug.c599 case RES_INIT: return "init"; in libresolv_hidden_def()
/glibc-2.36/support/
Dresolv_test.c1197 _res.options = RES_INIT | RES_RECURSE | RES_DEFNAMES | RES_DNSRCH; in resolv_test_start()
/glibc-2.36/ChangeLog.old/
DChangeLog.153809 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
DChangeLog.58380 RES_DEFAULT. If RES_INIT is clear, OR in RES_DEFAULT.
DChangeLog.116413 (res_close) [_LIBC]: Don't call res_nclose if RES_INIT isn't set