Home | History | Annotate | Download | only in dns

Lines Matching refs:nodecount

95 	unsigned int nodecount;
131 unsigned int nodecount; /* shadow from rbt structure */
520 header.nodecount = rbt->nodecount;
899 rbt->nodecount++;
972 if ((header->nodecount * sizeof(dns_rbtnode_t)) > filesize) {
976 maybe_rehash(rbt, header->nodecount);
992 if (header->nodecount != rbt->nodecount) {
1007 rbt->nodecount = 0;
1034 rbt->nodecount = 0;
1076 INSIST(rbt->nodecount == 0);
1095 return (rbt->nodecount);
1252 rbt->nodecount++;
1442 rbt->nodecount++;
1495 rbt->nodecount++;
2160 INSIST(rbt->nodecount != 0);
2449 if (rbt->nodecount >= (HASHSIZE(rbt->hashbits) * RBT_HASH_OVERCOMMIT)) {
2450 nodecount);
2908 rbt->nodecount--;
3223 print_dot_helper(dns_rbtnode_t *node, unsigned int *nodecount,
3231 l = print_dot_helper(LEFT(node), nodecount, show_pointers, f);
3232 r = print_dot_helper(RIGHT(node), nodecount, show_pointers, f);
3233 d = print_dot_helper(DOWN(node), nodecount, show_pointers, f);
3235 *nodecount += 1;
3237 fprintf(f, "node%u[label = \"<f0> |<f1> ", *nodecount);
3267 fprintf(f, "\"node%u\":f0 -> \"node%u\":f1;\n", *nodecount, l);
3272 *nodecount, d);
3276 fprintf(f, "\"node%u\":f2 -> \"node%u\":f1;\n", *nodecount, r);
3279 return (*nodecount);
3284 unsigned int nodecount = 0;
3290 print_dot_helper(rbt->root, &nodecount, show_pointers, f);
3808 * - bump the size of dns_rbt.nodecount to size_t.
3809 * - the dumpfile header also contains a nodecount that is unsigned