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

/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c1051 int value = 0, count = 0, tbcount = 0, blen = 0; local
1100 tbcount += 4;
1101 if (tbcount > 256)
1126 if (((blen + 3) & ~3) != tbcount)
1128 traillen = tbcount - blen; /*%< between 0 and 3 */
1133 blen = tbcount;

Completed in 278 milliseconds