Searched defs:tcount (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
680 tcount = ocount;
701 tcount++;
710 (tcount != ncount + ocount))
719 if (tcount > 1 && dns_rdatatype_issingleton(type)) {
727 if (tcount > 0xffff)
745 *tcurrent++ = (tcount & 0xff00) >> 8;
746 *tcurrent++ = (tcount & 0x00ff);
752 tcurrent += (tcount * 4);
882 unsigned int mcount, scount, rcount ,count, tlength, tcount, local
[all...]

Completed in 22 milliseconds