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

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c117 #define ITEMSIZE (1 << 17) /* power of two */ macro
121 struct item items[ITEMSIZE];
1677 ip = &items[i & (ITEMSIZE - 1)];
1678 while (n < ITEMSIZE && ip->host) {
1703 if (ip >= &items[ITEMSIZE])
1707 if (n >= ITEMSIZE) {
1709 prog, ITEMSIZE);
1795 for (n = 0, ip = items; n < ITEMSIZE; ++n, ++ip) {
2013 ITEMSIZE, errors, errors == 1 ? "" : "s");

Completed in 12 milliseconds