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

/bind-9.11.3/lib/dns/
H A Dxfrin.c141 unsigned int nrecs; /*%< Number of records recvd */
145 records set for the zone */
312 isc_uint64_t records; local
318 result = dns_db_getsize(xfr->db, xfr->ver, &records, NULL);
319 if (result == ISC_R_SUCCESS && records > xfr->maxrecords) {
410 isc_uint64_t records; local
419 result = dns_db_getsize(xfr->db, xfr->ver, &records, NULL);
420 if (result == ISC_R_SUCCESS && records > xfr->maxrecords) {
497 * Skip other records in the answer section.
601 * Old BINDs sent cross class A records fo
[all...]
H A Ddb.c672 * Mark as stale all records at 'node' which expire at or before 'now'.
1007 dns_db_getsize(dns_db_t *db, dns_dbversion_t *version, isc_uint64_t *records, argument
1014 return ((db->methods->getsize)(db, version, records, bytes));
H A Drbtdb.c413 * records that would have otherwise have expired.
640 * records and bytes are covered by rwlock.
643 isc_uint64_t records; member in struct:rbtdb_version
1532 version->records = rbtdb->current_version->records;
2552 * Walk the origin node looking for NSEC3PARAM records.
2747 * records that were changed in this
2753 * changed records for things that
3906 * records. Perhaps they lacked signature records
8130 getsize(dns_db_t *db, dns_dbversion_t *version, isc_uint64_t *records, isc_uint64_t *bytes) argument
[all...]
/bind-9.11.3/bin/named/
H A Dupdate.c886 * If we're deleting all records, it's ok to delete RRSIG and NSEC even
1214 * to the special RFC2136 rules for CNAME, SOA, and WKS records.
1270 * Replace NSEC3PARAM records that only differ by the
1646 * DS records are not allowed to exist without corresponding NS records,
1689 * This implements the post load integrity checks for mx records.
1775 "%s/MX '%s' has no address records "
2093 * Any NSEC3PARAM records with flags other than OPTOUT named
2295 * Allow records which indicate that a zone has been
2326 * Add records t
2505 isc_uint64_t records; local
[all...]

Completed in 40 milliseconds