HomeSort by: relevance | last modified time | path
    Searched defs:tbcount (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/nameser/
ns_name.c 1057 int value = 0, count = 0, tbcount = 0, blen = 0; local in function:encode_bitsring
1106 tbcount += 4;
1107 if (tbcount > 256)
1132 if (((blen + 3) & ~3) != tbcount)
1134 traillen = tbcount - blen; /*%< between 0 and 3 */
1139 blen = tbcount;
ns_name.c 1057 int value = 0, count = 0, tbcount = 0, blen = 0; local in function:encode_bitsring
1106 tbcount += 4;
1107 if (tbcount > 256)
1132 if (((blen + 3) & ~3) != tbcount)
1134 traillen = tbcount - blen; /*%< between 0 and 3 */
1139 blen = tbcount;

Completed in 24 milliseconds