Lines Matching defs:depth
120 * step two: walk the tree in a depth-first, left-right-down order, writing
2053 * a, b, and c. Deleting a.com would find only a partial depth
2997 dns_rbt_indent(FILE *f, int depth) {
3000 fprintf(f, "%4d ", depth);
3002 for (i = 0; i < depth; i++)
3053 int depth, const char *direction,
3056 dns_rbt_indent(f, depth);
3064 ( IS_ROOT(root) && depth > 0 &&
3083 depth++;
3087 print_text_helper(LEFT(root), root, depth, "left",
3092 print_text_helper(RIGHT(root), root, depth, "right",
3095 print_text_helper(DOWN(root), NULL, depth, "down",