Searched defs:ncount (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drdataslab.c614 unsigned int ocount, ncount, count, olength, tlength, tcount, length; local
645 ncount = *ncurrent++ * 256;
646 ncount += *ncurrent++;
648 ncurrent += (4 * ncount);
650 INSIST(ocount > 0 && ncount > 0);
653 oncount = ncount;
705 ncount--;
706 } while (ncount > 0);
707 ncount = nncount;
710 (tcount != ncount
[all...]

Completed in 12 milliseconds