Lines Matching refs:fail
437 isc_boolean_t check = ISC_FALSE, fail = ISC_FALSE;
705 fail = ISC_FALSE;
707 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
708 fail = check = ISC_TRUE;
710 fail = check = ISC_FALSE;
714 dns_zone_setoption(zone, DNS_ZONEOPT_CHECKNAMESFAIL, fail);
853 fail = ISC_FALSE;
855 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
856 fail = check = ISC_TRUE;
858 fail = check = ISC_FALSE;
862 dns_zone_setoption(zone, DNS_ZONEOPT_CHECKMXFAIL, fail);
876 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {
891 } else if (strcasecmp(cfg_obj_asstring(obj), "fail") == 0) {