Lines Matching defs:records
141 unsigned int nrecs; /*%< Number of records recvd */
145 records set for the zone */
312 isc_uint64_t records;
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;
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 for non IN classes.
1506 "Transfer completed: %d messages, %d records, "