Searched refs:RES_NORELOAD (Results 1 – 5 of 5) sorted by relevance
76 if (resp->options & RES_NORELOAD) in maybe_init()
129 print_option_flag (fp, &options, RES_NORELOAD, "no-reload"); in print_resp()880 TEST_VERIFY (!(_res.options & RES_NORELOAD)); in special_test_callback()882 TEST_VERIFY (_res.options & RES_NORELOAD); in special_test_callback()
133 #define RES_NORELOAD 0x02000000 /* No automatic configuration reload. */ macro
695 { STRnLEN ("no-reload"), 0, RES_NORELOAD }, in res_setoptions()
614 case RES_NORELOAD: return "no-reload"; in libresolv_hidden_def()
Completed in 14 milliseconds