Searched defs:donotify (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/bind9/
H A Dcheck.c1987 isc_boolean_t donotify = ISC_TRUE; local
1997 donotify = cfg_obj_asboolean(obj);
2002 donotify = ISC_FALSE;
2008 if (tresult == ISC_R_SUCCESS && !donotify) {
2017 if (tresult == ISC_R_SUCCESS && donotify) {

Completed in 22 milliseconds