Searched refs:maxrecords (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dxfrin.c144 unsigned int maxrecords; /*%< The maximum number of member in struct:dns_xfrin_ctx
317 if (xfr->maxrecords != 0U) {
319 if (result == ISC_R_SUCCESS && records > xfr->maxrecords) {
418 if (xfr->maxrecords != 0U) {
420 if (result == ISC_R_SUCCESS && records > xfr->maxrecords) {
875 xfr->maxrecords = dns_zone_getmaxrecords(zone);
H A Dzone.c248 isc_uint32_t maxrecords; member in struct:dns_zone
1067 zone->maxrecords = 0U;
10589 return (zone->maxrecords);
10596 zone->maxrecords = val;
/bind-9.11.3/bin/named/
H A Dupdate.c2504 isc_uint32_t maxrecords; local
3188 maxrecords = dns_zone_getmaxrecords(zone);
3189 if (maxrecords != 0U) {
3191 if (result == ISC_R_SUCCESS && records > maxrecords) {
3196 records, maxrecords);

Completed in 66 milliseconds