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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.hpp34 #include <atf-c/check.h>
50 namespace check { namespace in namespace:atf
130 } // namespace check
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_parse.c296 int n = 0, major, minor, check; local
423 check = check_data(priv, alg, ISC_TRUE);
424 if (check < 0) {
427 } else if (check != ISC_R_SUCCESS) {
428 ret = check;
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c125 /* First check to see if ACL is defined within the zone */
437 isc_boolean_t check = ISC_FALSE, fail = ISC_FALSE; local
706 check = ISC_TRUE;
708 fail = check = ISC_TRUE;
710 fail = check = ISC_FALSE;
713 dns_zone_setoption(zone, DNS_ZONEOPT_CHECKNAMES, check);
722 result = ns_config_get(maps, "check-sibling", &obj);
728 result = ns_config_get(maps, "check-spf", &obj);
731 check = ISC_TRUE;
733 check
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dmacros_test.c333 ATF_TC(check); variable
334 ATF_TC_HEAD(check, tc)
339 ATF_TC_BODY(check, tc)
858 ATF_TP_ADD_TC(tp, check);
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1191 int check; local
1278 check = is_uint(config_value, &uint_val);
1280 if ((check == TRUE) && (uint_val > 0)) {
1303 check = is_uint(config_value, &uint_val);
1305 if ((check == TRUE) && (uint_val > 0)) {
1319 check = is_uint(config_value, &uint_val);
1321 if ((check == TRUE) && (uint_val > 0)) {
1832 * due to buffer full, check whether we are behind the schedule.

Completed in 2251 milliseconds