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

/freebsd-11-stable/lib/libc/nameser/
H A Dns_name.c1038 int value = 0, count = 0, tbcount = 0, blen = 0; local
1087 tbcount += 4;
1088 if (tbcount > 256)
1113 if (((blen + 3) & ~3) != tbcount)
1115 traillen = tbcount - blen; /*%< between 0 and 3 */
1120 blen = tbcount;

Completed in 50 milliseconds