Home
last modified time | relevance | path

Searched refs:RES_NORELOAD (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/resolv/
Dtst-resolv-res_init-skeleton.c129 print_option_flag (fp, &options, RES_NORELOAD, "no-reload"); in print_resp()
890 TEST_VERIFY (!(_res.options & RES_NORELOAD)); in special_test_callback()
892 TEST_VERIFY (_res.options & RES_NORELOAD); in special_test_callback()
Dresolv_context.c76 if (resp->options & RES_NORELOAD) in maybe_init()
Dresolv.h133 #define RES_NORELOAD 0x02000000 /* No automatic configuration reload. */ macro
Dres_init.c695 { STRnLEN ("no-reload"), 0, RES_NORELOAD }, in res_setoptions()
Dres_debug.c614 case RES_NORELOAD: return "no-reload"; in libresolv_hidden_def()
/glibc-2.36/
DNEWS3128 “no-reload” (RES_NORELOAD) disables this behavior.
/glibc-2.36/ChangeLog.old/
DChangeLog.18672 * resolv/resolv.h (RES_NORELOAD): Define.
673 * resolv/res_debug.c (p_option): Add RES_NORELOAD.
688 RES_NORELOAD.