Lines Matching refs:nodecount
65 unsigned int nodecount;
304 INSIST(rbt->nodecount == 0);
323 return rbt->nodecount;
453 rbt->nodecount++;
635 rbt->nodecount++;
684 rbt->nodecount++;
1265 INSIST(rbt->nodecount != 0);
1570 return rbt->nodecount >=
1587 maybe_rehash(rbt, rbt->nodecount);
2057 rbt->nodecount--;
2350 print_dot_helper(dns_rbtnode_t *node, unsigned int *nodecount,
2358 l = print_dot_helper(node->left, nodecount, show_pointers, f);
2359 r = print_dot_helper(node->right, nodecount, show_pointers, f);
2360 d = print_dot_helper(node->down, nodecount, show_pointers, f);
2362 *nodecount += 1;
2364 fprintf(f, "node%u[label = \"<f0> |<f1> ", *nodecount);
2394 fprintf(f, "\"node%u\":f0 -> \"node%u\":f1;\n", *nodecount, l);
2399 *nodecount, d);
2402 fprintf(f, "\"node%u\":f2 -> \"node%u\":f1;\n", *nodecount, r);
2405 return *nodecount;
2410 unsigned int nodecount = 0;
2416 print_dot_helper(rbt->root, &nodecount, show_pointers, f);
2941 * - bump the size of dns_rbt.nodecount to size_t.
2942 * - the dumpfile header also contains a nodecount that is unsigned