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

/freebsd-9.3-release/lib/libc/nameser/
H A Dns_name.c855 int value = 0, count = 0, tbcount = 0, blen = 0; local
904 tbcount += 4;
905 if (tbcount > 256)
930 if (((blen + 3) & ~3) != tbcount)
932 traillen = tbcount - blen; /*%< between 0 and 3 */
937 blen = tbcount;

Completed in 93 milliseconds