Searched refs:errors (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c130 int errors; variable
469 ++errors;
507 ++errors;
520 errors += doboot(cp2, 1);
527 return (errors != 0);
637 ++errors; \
649 ++errors; \
691 ++errors;
701 ++errors;
712 ++errors;
[all...]
/bind-9.6-ESV-R11/bin/tests/system/
H A Dstop.pl49 my $errors = 0;
99 exit($errors ? 1 : 0);
162 $errors++;
169 $errors++;
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.hpp132 string_vector errors; local
141 errors.push_back(*iter);
147 return std::make_pair(reader.m_calls, errors);
/bind-9.6-ESV-R11/lib/isccfg/include/isccfg/
H A Dgrammar.h176 unsigned int errors; member in struct:cfg_parser
201 * for use in reporting semantic errors after
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf439 channel syslog_errors { // this channel will send errors or
/bind-9.6-ESV-R11/lib/isccfg/
H A Dparser.c396 pctx->errors = 0;
479 if (pctx->errors != 0) {
487 /* Parsing failed but no errors have been logged. */
2193 pctx->errors++;
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c625 unsigned int *errors);
1683 * We can't report multiple errors so ignore
2577 unsigned int errors = 0; local
2665 &errors);
2692 if (zone->type == dns_zone_master && errors != 0) {
2858 dns_zone_log(zone, ISC_LOG_ERROR, "not loaded due to errors.");
2943 unsigned int *errors)
2962 if (errors != NULL && zone->rdclass == dns_rdataclass_in &&
2981 if (errors != NULL)
2982 *errors
2941 zone_count_ns_rr(dns_zone_t *zone, dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version, unsigned int *nscount, unsigned int *errors) argument
3071 zone_get_from_db(dns_zone_t *zone, dns_db_t *db, unsigned int *nscount, unsigned int *soacount, isc_uint32_t *serial, isc_uint32_t *refresh, isc_uint32_t *retry, isc_uint32_t *expire, isc_uint32_t *minimum, unsigned int *errors) argument
[all...]

Completed in 1819 milliseconds