HomeSort by: relevance | last modified time | path
    Searched defs:MAXSORT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
masterdump.c 1078 * there are more than MAXSORT RRsets, we punt and only sort them in
1079 * groups of MAXSORT. This is not expected to ever happen in practice
1085 #define MAXSORT 64
1093 dns_rdataset_t rdatasets[MAXSORT];
1094 dns_rdataset_t *sorted[MAXSORT];
1114 for (i = 0; itresult == ISC_R_SUCCESS && i < MAXSORT;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
masterdump.c 1046 * there are more than MAXSORT RRsets, we punt and only sort them in
1047 * groups of MAXSORT. This is not expected to ever happen in practice
1053 #define MAXSORT 64
1061 dns_rdataset_t rdatasets[MAXSORT];
1062 dns_rdataset_t *sorted[MAXSORT];
1078 for (i = 0; itresult == ISC_R_SUCCESS && i < MAXSORT;
1086 INSIST(n <= MAXSORT);

Completed in 17 milliseconds