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

/bind-9.11.3/lib/dns/
H A Dmasterdump.c974 * there are more than MAXSORT RRsets, we punt and only sort them in
975 * groups of MAXSORT. This is not expected to ever happen in practice
981 #define MAXSORT 64 macro
990 dns_rdataset_t rdatasets[MAXSORT];
991 dns_rdataset_t *sorted[MAXSORT];
1008 itresult == ISC_R_SUCCESS && i < MAXSORT;
1015 INSIST(n <= MAXSORT);

Completed in 15 milliseconds