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

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c1035 int value = 0, count = 0, tbcount = 0, blen = 0; local
1084 tbcount += 4;
1085 if (tbcount > 256)
1110 if (((blen + 3) & ~3) != tbcount)
1112 traillen = tbcount - blen; /*%< between 0 and 3 */
1117 blen = tbcount;

Completed in 44 milliseconds