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

/bind-9.6-ESV-R11/lib/dns/
H A Dmasterdump.c823 * there are more than MAXSORT RRsets, we punt and only sort them in
824 * groups of MAXSORT. This is not expected to ever happen in practice
830 #define MAXSORT 64 macro
839 dns_rdataset_t rdatasets[MAXSORT];
840 dns_rdataset_t *sorted[MAXSORT];
857 itresult == ISC_R_SUCCESS && i < MAXSORT;
864 INSIST(n <= MAXSORT);

Completed in 838 milliseconds