root 108 lib/talloc/testsuite.c void *root, *p1, *p2, *ref, *r1; root 112 lib/talloc/testsuite.c root = talloc_named_const(NULL, 0, "root"); root 113 lib/talloc/testsuite.c p1 = talloc_named_const(root, 1, "p1"); root 119 lib/talloc/testsuite.c r1 = talloc_named_const(root, 1, "r1"); root 121 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 129 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 137 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 146 lib/talloc/testsuite.c if (talloc_reference(root, NULL)) { root 150 lib/talloc/testsuite.c CHECK_BLOCKS("ref1", root, 1); root 152 lib/talloc/testsuite.c CHECK_SIZE("ref1", root, 0); root 154 lib/talloc/testsuite.c talloc_free(root); root 164 lib/talloc/testsuite.c void *root, *p1, *p2, *ref, *r1; root 167 lib/talloc/testsuite.c root = talloc_named_const(NULL, 0, "root"); root 168 lib/talloc/testsuite.c p1 = talloc_named_const(root, 1, "p1"); root 174 lib/talloc/testsuite.c r1 = talloc_named_const(root, 1, "r1"); root 176 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 184 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 192 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 199 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 205 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 207 lib/talloc/testsuite.c CHECK_SIZE("ref2", root, 0); root 209 lib/talloc/testsuite.c talloc_free(root); root 219 lib/talloc/testsuite.c void *root, *p1, *p2, *ref, *r1; root 223 lib/talloc/testsuite.c root = talloc_named_const(NULL, 0, "root"); root 224 lib/talloc/testsuite.c p1 = talloc_named_const(root, 1, "p1"); root 225 lib/talloc/testsuite.c p2 = talloc_named_const(root, 1, "p2"); root 228 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 236 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 243 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 245 lib/talloc/testsuite.c CHECK_SIZE("ref3", root, 0); root 247 lib/talloc/testsuite.c talloc_free(root); root 258 lib/talloc/testsuite.c void *root, *p1, *p2, *ref, *r1; root 262 lib/talloc/testsuite.c root = talloc_named_const(NULL, 0, "root"); root 263 lib/talloc/testsuite.c p1 = talloc_named_const(root, 1, "p1"); root 269 lib/talloc/testsuite.c r1 = talloc_named_const(root, 1, "r1"); root 271 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 279 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 286 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 292 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 294 lib/talloc/testsuite.c CHECK_SIZE("ref4", root, 0); root 296 lib/talloc/testsuite.c talloc_free(root); root 308 lib/talloc/testsuite.c void *root, *p1, *p2, *ref, *r1; root 312 lib/talloc/testsuite.c root = talloc_named_const(NULL, 0, "root"); root 313 lib/talloc/testsuite.c p1 = talloc_named_const(root, 1, "p1"); root 321 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 329 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 337 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 339 lib/talloc/testsuite.c CHECK_SIZE("unlink", root, 0); root 341 lib/talloc/testsuite.c talloc_free(root); root 357 lib/talloc/testsuite.c void *root, *p1; root 364 lib/talloc/testsuite.c root = talloc_new(NULL); root 366 lib/talloc/testsuite.c p1 = talloc_size(root, 0x7fffffff); root 369 lib/talloc/testsuite.c p1 = talloc_strdup(root, "foo"); root 374 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 2); root 377 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 2); root 380 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 2); root 382 lib/talloc/testsuite.c torture_assert("misc", talloc_unlink(root, p2) == -1, root 388 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 2); root 394 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 3); root 400 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 3); root 410 lib/talloc/testsuite.c talloc_report(root, stderr); root 417 lib/talloc/testsuite.c torture_assert("misc", talloc_strdup(root, NULL) == NULL, root 443 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 1); root 445 lib/talloc/testsuite.c p1 = talloc_named(root, 100, "%d bytes", 100); root 447 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 3); root 448 lib/talloc/testsuite.c talloc_unlink(root, p1); root 456 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 1); root 459 lib/talloc/testsuite.c p1 = talloc_named_const(root, 10, "p1"); root 460 lib/talloc/testsuite.c p2 = (char *)talloc_named_const(root, 20, "p2"); root 462 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 463 lib/talloc/testsuite.c talloc_unlink(root, p2); root 464 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 467 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 3); root 469 lib/talloc/testsuite.c talloc_unlink(root, p1); root 471 lib/talloc/testsuite.c p1 = talloc_named_const(root, 10, "p1"); root 472 lib/talloc/testsuite.c p2 = (char *)talloc_named_const(root, 20, "p2"); root 474 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 475 lib/talloc/testsuite.c talloc_unlink(root, p2); root 476 lib/talloc/testsuite.c talloc_report_full(root, stderr); root 479 lib/talloc/testsuite.c CHECK_BLOCKS("misc", root, 2); root 481 lib/talloc/testsuite.c talloc_unlink(root, p1); root 485 lib/talloc/testsuite.c torture_assert("misc", talloc_unlink(root, NULL) == -1, root 488 lib/talloc/testsuite.c talloc_report(root, stderr); root 491 lib/talloc/testsuite.c CHECK_SIZE("misc", root, 0); root 493 lib/talloc/testsuite.c talloc_free(root); root 511 lib/talloc/testsuite.c void *root, *p1, *p2; root 515 lib/talloc/testsuite.c root = talloc_new(NULL); root 517 lib/talloc/testsuite.c p1 = talloc_size(root, 10); root 532 lib/talloc/testsuite.c CHECK_SIZE("realloc", root, 60); root 552 lib/talloc/testsuite.c CHECK_BLOCKS("realloc", root, 1); root 553 lib/talloc/testsuite.c CHECK_SIZE("realloc", root, 0); root 555 lib/talloc/testsuite.c talloc_free(root); root 567 lib/talloc/testsuite.c void *root; root 578 lib/talloc/testsuite.c root = talloc_new(NULL); root 580 lib/talloc/testsuite.c el1 = talloc(root, struct el1); root 601 lib/talloc/testsuite.c talloc_free(root); root 612 lib/talloc/testsuite.c void *root; root 623 lib/talloc/testsuite.c root = talloc_new(NULL); root 625 lib/talloc/testsuite.c el1 = talloc(root, struct el1); root 637 lib/talloc/testsuite.c talloc_free(root); root 648 lib/talloc/testsuite.c void *root, *p1, *p2; root 652 lib/talloc/testsuite.c root = talloc_new(NULL); root 654 lib/talloc/testsuite.c p1 = talloc_array(root, char, 10); root 657 lib/talloc/testsuite.c p2 = talloc_realloc(root, NULL, char, 20); root 659 lib/talloc/testsuite.c CHECK_SIZE("steal", root, 30); root 666 lib/talloc/testsuite.c CHECK_BLOCKS("steal", root, 3); root 667 lib/talloc/testsuite.c CHECK_SIZE("steal", root, 30); root 671 lib/talloc/testsuite.c CHECK_BLOCKS("steal", root, 1); root 672 lib/talloc/testsuite.c CHECK_SIZE("steal", root, 0); root 675 lib/talloc/testsuite.c talloc_steal(root, p2); root 676 lib/talloc/testsuite.c CHECK_BLOCKS("steal", root, 2); root 677 lib/talloc/testsuite.c CHECK_SIZE("steal", root, 20); root 681 lib/talloc/testsuite.c CHECK_BLOCKS("steal", root, 1); root 682 lib/talloc/testsuite.c CHECK_SIZE("steal", root, 0); root 684 lib/talloc/testsuite.c talloc_free(root); root 700 lib/talloc/testsuite.c void *root; root 708 lib/talloc/testsuite.c root = talloc_new(NULL); root 710 lib/talloc/testsuite.c t1 = talloc(root, struct t_move); root 711 lib/talloc/testsuite.c t2 = talloc(root, struct t_move); root 722 lib/talloc/testsuite.c talloc_free(root); root 734 lib/talloc/testsuite.c void *root, *p1; root 738 lib/talloc/testsuite.c root = talloc_new(NULL); root 740 lib/talloc/testsuite.c p1 = talloc_realloc_fn(root, NULL, 10); root 741 lib/talloc/testsuite.c CHECK_BLOCKS("realloc_fn", root, 2); root 742 lib/talloc/testsuite.c CHECK_SIZE("realloc_fn", root, 10); root 743 lib/talloc/testsuite.c p1 = talloc_realloc_fn(root, p1, 20); root 744 lib/talloc/testsuite.c CHECK_BLOCKS("realloc_fn", root, 2); root 745 lib/talloc/testsuite.c CHECK_SIZE("realloc_fn", root, 20); root 746 lib/talloc/testsuite.c p1 = talloc_realloc_fn(root, p1, 0); root 747 lib/talloc/testsuite.c CHECK_BLOCKS("realloc_fn", root, 1); root 748 lib/talloc/testsuite.c CHECK_SIZE("realloc_fn", root, 0); root 750 lib/talloc/testsuite.c talloc_free(root); root 759 lib/talloc/testsuite.c void *root, *p1, *p2, *c1; root 763 lib/talloc/testsuite.c root = talloc_named_const(NULL, 0, "root"); root 764 lib/talloc/testsuite.c p1 = talloc_named_const(root, 1, "orig parent"); root 765 lib/talloc/testsuite.c p2 = talloc_named_const(root, 1, "parent by reference"); root 778 lib/talloc/testsuite.c CHECK_SIZE("unref_reparent", root, 1); root 781 lib/talloc/testsuite.c talloc_free(root); root 45 lib/util/rbtree.c #define RB_EMPTY_ROOT(root) ((root)->rb_node == NULL) root 49 lib/util/rbtree.c static void __rb_rotate_left(struct rb_node *node, struct rb_root *root) root 68 lib/util/rbtree.c root->rb_node = right; root 72 lib/util/rbtree.c static void __rb_rotate_right(struct rb_node *node, struct rb_root *root) root 91 lib/util/rbtree.c root->rb_node = left; root 95 lib/util/rbtree.c void rb_insert_color(struct rb_node *node, struct rb_root *root) root 120 lib/util/rbtree.c __rb_rotate_left(parent, root); root 128 lib/util/rbtree.c __rb_rotate_right(gparent, root); root 145 lib/util/rbtree.c __rb_rotate_right(parent, root); root 153 lib/util/rbtree.c __rb_rotate_left(gparent, root); root 157 lib/util/rbtree.c rb_set_black(root->rb_node); root 161 lib/util/rbtree.c struct rb_root *root) root 165 lib/util/rbtree.c while ((!node || rb_is_black(node)) && node != root->rb_node) root 174 lib/util/rbtree.c __rb_rotate_left(parent, root); root 192 lib/util/rbtree.c __rb_rotate_right(other, root); root 199 lib/util/rbtree.c __rb_rotate_left(parent, root); root 200 lib/util/rbtree.c node = root->rb_node; root 211 lib/util/rbtree.c __rb_rotate_right(parent, root); root 229 lib/util/rbtree.c __rb_rotate_left(other, root); root 236 lib/util/rbtree.c __rb_rotate_right(parent, root); root 237 lib/util/rbtree.c node = root->rb_node; root 246 lib/util/rbtree.c void rb_erase(struct rb_node *node, struct rb_root *root) root 285 lib/util/rbtree.c root->rb_node = node; root 306 lib/util/rbtree.c root->rb_node = child; root 310 lib/util/rbtree.c __rb_erase_color(child, parent, root); root 316 lib/util/rbtree.c struct rb_node *rb_first(struct rb_root *root) root 320 lib/util/rbtree.c n = root->rb_node; root 328 lib/util/rbtree.c struct rb_node *rb_last(struct rb_root *root) root 332 lib/util/rbtree.c n = root->rb_node; root 393 lib/util/rbtree.c struct rb_root *root) root 404 lib/util/rbtree.c root->rb_node = new_node; root 127 lib/util/rbtree.h struct rb_root *root); root 43 lib/zlib/contrib/infback9/inftree9.c unsigned root; /* number of index bits for root table */ root 115 lib/zlib/contrib/infback9/inftree9.c root = *bits; root 118 lib/zlib/contrib/infback9/inftree9.c if (root > max) root = max; root 122 lib/zlib/contrib/infback9/inftree9.c if (root < min) root = min; root 199 lib/zlib/contrib/infback9/inftree9.c curr = root; /* current table index bits */ root 202 lib/zlib/contrib/infback9/inftree9.c used = 1U << root; /* use root table entries */ root 253 lib/zlib/contrib/infback9/inftree9.c if (len > root && (huff & mask) != low) { root 256 lib/zlib/contrib/infback9/inftree9.c drop = root; root 279 lib/zlib/contrib/infback9/inftree9.c (*table)[low].bits = (unsigned char)root; root 298 lib/zlib/contrib/infback9/inftree9.c len = root; root 300 lib/zlib/contrib/infback9/inftree9.c curr = root; root 321 lib/zlib/contrib/infback9/inftree9.c *bits = root; root 43 lib/zlib/inftrees.c unsigned root; /* number of index bits for root table */ root 113 lib/zlib/inftrees.c root = *bits; root 116 lib/zlib/inftrees.c if (root > max) root = max; root 128 lib/zlib/inftrees.c if (root < min) root = min; root 205 lib/zlib/inftrees.c curr = root; /* current table index bits */ root 208 lib/zlib/inftrees.c used = 1U << root; /* use root table entries */ root 260 lib/zlib/inftrees.c if (len > root && (huff & mask) != low) { root 263 lib/zlib/inftrees.c drop = root; root 286 lib/zlib/inftrees.c (*table)[low].bits = (unsigned char)root; root 305 lib/zlib/inftrees.c len = root; root 327 lib/zlib/inftrees.c *bits = root; root 34 source3/include/adt_tree.h TREE_NODE *root; root 63 source3/lib/adt_tree.c if ( !(tree->root = TALLOC_ZERO_P(tree, TREE_NODE)) ) { root 68 source3/lib/adt_tree.c tree->root->data_p = data_p; root 231 source3/lib/adt_tree.c current = tree->root; root 325 source3/lib/adt_tree.c int num_children = tree->root->num_children; root 327 source3/lib/adt_tree.c if ( tree->root->key ) root 328 source3/lib/adt_tree.c DEBUG(debug,("ROOT/: [%s] (%s)\n", tree->root->key, root 329 source3/lib/adt_tree.c tree->root->data_p ? "data" : "NULL" )); root 333 source3/lib/adt_tree.c pathtree_print_children(ctx, tree->root->children[i], debug, root 334 source3/lib/adt_tree.c tree->root->key ? tree->root->key : "ROOT/" ); root 367 source3/lib/adt_tree.c if ( !tree->root ) root 385 source3/lib/adt_tree.c current = tree->root; root 387 source3/lib/adt_tree.c if ( tree->root->data_p ) root 388 source3/lib/adt_tree.c result = tree->root->data_p; root 33 source4/lib/registry/hive.c struct hive_key **root) root 40 source4/lib/registry/hive.c return reg_open_directory(parent_ctx, location, root); root 57 source4/lib/registry/hive.c return reg_open_regf_file(parent_ctx, location, lp_iconv_convenience(lp_ctx), root); root 61 source4/lib/registry/hive.c credentials, ev_ctx, lp_ctx, root); root 1044 source4/lib/registry/regf.c struct nk_block root; root 1051 source4/lib/registry/regf.c (tdr_pull_fn_t) tdr_pull_nk_block, &root); root 1103 source4/lib/registry/regf.c sk_offset = root.sk_offset; root 1125 source4/lib/registry/regf.c } while (sk_offset != root.sk_offset); root 1130 source4/lib/registry/regf.c new_sk.next_offset = root.sk_offset; root 1172 source4/lib/registry/regf.c root.sk_offset, &sk); root 1703 source4/lib/registry/regf.c struct nk_block *root; root 1725 source4/lib/registry/regf.c root = talloc_zero(ctx, struct nk_block); root 1726 source4/lib/registry/regf.c W_ERROR_HAVE_NO_MEMORY(root); root 1728 source4/lib/registry/regf.c if (!hbin_get_tdr(regf, regf->header->data_offset, root, root 1729 source4/lib/registry/regf.c (tdr_pull_fn_t)tdr_pull_nk_block, root)) { root 1733 source4/lib/registry/regf.c nk.sk_offset = root->sk_offset; root 1734 source4/lib/registry/regf.c talloc_free(root); root 159 source4/lib/registry/registry.h struct hive_key **root); root 141 source4/lib/registry/rpc.c r.in.handle = &(((struct rpc_key_data *)k->hive->root->backend_data)->pol); root 34 source4/lib/registry/tests/hive.c const struct hive_key *root = (const struct hive_key *)test_data; root 35 source4/lib/registry/tests/hive.c WERROR error = hive_key_del(root, "bla"); root 46 source4/lib/registry/tests/hive.c const struct hive_key *root = (const struct hive_key *)test_data; root 51 source4/lib/registry/tests/hive.c error = hive_key_get_info(tctx, root, NULL, &num_subkeys, &num_values, root 69 source4/lib/registry/tests/hive.c struct hive_key *root = (struct hive_key *)test_data; root 75 source4/lib/registry/tests/hive.c error = hive_key_add_name(tctx, root, "Nested Keyll", NULL, root 79 source4/lib/registry/tests/hive.c error = hive_key_set_value(root, "Answer", REG_DWORD, root 85 source4/lib/registry/tests/hive.c error = hive_key_get_info(tctx, root, NULL, &num_subkeys, &num_values, root 103 source4/lib/registry/tests/hive.c const struct hive_key *root = (const struct hive_key *)test_data; root 106 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "Nested Key", NULL, root 110 source4/lib/registry/tests/hive.c error = hive_key_del(root, "Nested Key"); root 122 source4/lib/registry/tests/hive.c const struct hive_key *root = (const struct hive_key *)test_data; root 128 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "Parent Key", NULL, root 143 source4/lib/registry/tests/hive.c error = hive_key_del(root, "Parent Key"); root 151 source4/lib/registry/tests/hive.c struct hive_key *root = (struct hive_key *)test_data; root 153 source4/lib/registry/tests/hive.c torture_assert_werr_ok(tctx, hive_key_flush(root), "flush key"); root 162 source4/lib/registry/tests/hive.c const struct hive_key *root = (const struct hive_key *)test_data; root 165 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "Nested Key", NULL, root 169 source4/lib/registry/tests/hive.c error = hive_key_del(root, "Nested Key"); root 172 source4/lib/registry/tests/hive.c error = hive_key_del(root, "Nested Key"); root 183 source4/lib/registry/tests/hive.c const struct hive_key *root = (const struct hive_key *)test_data; root 188 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "YA Nested Key", NULL, root 203 source4/lib/registry/tests/hive.c const struct hive_key *root = (const struct hive_key *)test_data; root 211 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "EYA Nested Key", NULL, root 239 source4/lib/registry/tests/hive.c const struct hive_key *root = (const struct hive_key *)test_data; root 247 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "EEYA Nested Key", NULL, root 273 source4/lib/registry/tests/hive.c const struct hive_key *root = (const struct hive_key *)test_data; root 282 source4/lib/registry/tests/hive.c error = hive_key_add_name(mem_ctx, root, "AYAYA Nested Key", NULL, root 313 source4/lib/registry/tests/hive.c const struct hive_key *root = _data; root 327 source4/lib/registry/tests/hive.c error = hive_key_add_name(tctx, root, "SecurityKey", NULL, root 36 source4/lib/registry/tests/registry.c struct registry_key *root; root 39 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root); root 52 source4/lib/registry/tests/registry.c struct registry_key *root; root 55 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, 1337, &root); root 64 source4/lib/registry/tests/registry.c struct registry_key *root; root 68 source4/lib/registry/tests/registry.c &root); root 73 source4/lib/registry/tests/registry.c &root); root 84 source4/lib/registry/tests/registry.c struct registry_key *root; root 87 source4/lib/registry/tests/registry.c error = reg_get_predefined_key_by_name(rctx, "BLA", &root); root 99 source4/lib/registry/tests/registry.c struct registry_key *root, *newkey; root 102 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root); root 106 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, root, "Bad Bentheim", NULL, NULL, root 120 source4/lib/registry/tests/registry.c struct registry_key *root, *newkey1, *newkey2; root 123 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root); root 127 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, root, "Hamburg", NULL, NULL, root 132 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, root, "Hamburg\\Hamburg", NULL, NULL, root 146 source4/lib/registry/tests/registry.c struct registry_key *root; root 150 source4/lib/registry/tests/registry.c &root); root 164 source4/lib/registry/tests/registry.c struct registry_key *root, *result1, *result2; root 174 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root); root 178 source4/lib/registry/tests/registry.c error = reg_open_key(tctx, root, "bloe", &result2); root 181 source4/lib/registry/tests/registry.c error = reg_open_key(tctx, root, "bloe\\bla", &result2); root 191 source4/lib/registry/tests/registry.c struct registry_key *root, *newkey; root 194 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, &root); root 198 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, root, "Polen", NULL, NULL, &newkey); root 203 source4/lib/registry/tests/registry.c error = reg_key_del(root, "Polen"); root 206 source4/lib/registry/tests/registry.c error = reg_key_del(root, "Polen"); root 220 source4/lib/registry/tests/registry.c struct registry_key **root, root 225 source4/lib/registry/tests/registry.c error = reg_get_predefined_key(rctx, HKEY_CLASSES_ROOT, root); root 229 source4/lib/registry/tests/registry.c error = reg_key_add_name(rctx, *root, name, NULL, NULL, subkey); root 239 source4/lib/registry/tests/registry.c struct registry_key *root, *subkey; root 242 source4/lib/registry/tests/registry.c if (!create_test_key(tctx, rctx, "Bremen", &root, &subkey)) root 257 source4/lib/registry/tests/registry.c struct registry_key *root, *subkey; root 263 source4/lib/registry/tests/registry.c if (!create_test_key(tctx, rctx, "Munchen", &root, &subkey)) root 281 source4/lib/registry/tests/registry.c struct registry_key *root, *subkey1, *subkey2; root 287 source4/lib/registry/tests/registry.c if (!create_test_key(tctx, rctx, "Berlin", &root, &subkey1)) root 316 source4/lib/registry/tests/registry.c struct registry_key *subkey = NULL, *root; root 321 source4/lib/registry/tests/registry.c if (!create_test_key(tctx, rctx, "Goettingen", &root, &subkey)) root 324 source4/lib/registry/tests/registry.c error = reg_key_get_subkey_by_index(tctx, root, 0, &name, &classname, root 331 source4/lib/registry/tests/registry.c error = reg_key_get_subkey_by_index(tctx, root, 0, NULL, NULL, NULL); root 336 source4/lib/registry/tests/registry.c error = reg_key_get_subkey_by_index(tctx, root, 1, NULL, NULL, NULL); root 355 source4/lib/registry/tests/registry.c struct registry_key *subkey = NULL, *root; root 361 source4/lib/registry/tests/registry.c if (!create_test_key(tctx, rctx, "Dusseldorf", &root, &subkey)) root 377 source4/lib/registry/tests/registry.c struct registry_key *subkey = NULL, *root; root 381 source4/lib/registry/tests/registry.c if (!create_test_key(tctx, rctx, "Düsseldorf", &root, &subkey)) root 411 source4/lib/registry/tests/registry.c struct registry_key *subkey = NULL, *root; root 418 source4/lib/registry/tests/registry.c if (!create_test_key(tctx, rctx, "Duisburg", &root, &subkey)) root 448 source4/lib/registry/tests/registry.c struct registry_key *subkey = NULL, *root; root 455 source4/lib/registry/tests/registry.c if (!create_test_key(tctx, rctx, "Warschau", &root, &subkey)) root 484 source4/lib/registry/tests/registry.c struct registry_key *subkey = NULL, *root; root 492 source4/lib/registry/tests/registry.c if (!create_test_key(tctx, rctx, "Bonn", &root, &subkey)) root 54 source4/torture/ldap/schema.c static bool test_search_rootDSE(struct ldb_context *ldb, struct test_rootDSE *root) root 73 source4/torture/ldap/schema.c root->defaultdn = ldb_msg_find_attr_as_string(msg, "defaultNamingContext", NULL); root 74 source4/torture/ldap/schema.c talloc_steal(ldb, root->defaultdn); root 75 source4/torture/ldap/schema.c root->rootdn = ldb_msg_find_attr_as_string(msg, "rootDomainNamingContext", NULL); root 76 source4/torture/ldap/schema.c talloc_steal(ldb, root->rootdn); root 77 source4/torture/ldap/schema.c root->configdn = ldb_msg_find_attr_as_string(msg, "configurationNamingContext", NULL); root 78 source4/torture/ldap/schema.c talloc_steal(ldb, root->configdn); root 79 source4/torture/ldap/schema.c root->schemadn = ldb_msg_find_attr_as_string(msg, "schemaNamingContext", NULL); root 80 source4/torture/ldap/schema.c talloc_steal(ldb, root->schemadn); root 153 source4/torture/ldap/schema.c static bool test_create_schema_type(struct ldb_context *ldb, struct test_rootDSE *root, root 181 source4/torture/ldap/schema.c ldb_dn_new(actx, ldb, root->schemadn), root 260 source4/torture/ldap/schema.c static bool test_create_schema(struct ldb_context *ldb, struct test_rootDSE *root, struct dsdb_schema **_schema) root 268 source4/torture/ldap/schema.c ret &= test_create_schema_type(ldb, root, "(objectClass=attributeSchema)", root 271 source4/torture/ldap/schema.c ret &= test_create_schema_type(ldb, root, "(objectClass=classSchema)", root 280 source4/torture/ldap/schema.c static bool test_dump_not_replicated(struct ldb_context *ldb, struct test_rootDSE *root, struct dsdb_schema *schema) root 296 source4/torture/ldap/schema.c static bool test_dump_partial(struct ldb_context *ldb, struct test_rootDSE *root, struct dsdb_schema *schema) root 313 source4/torture/ldap/schema.c static bool test_dump_contructed(struct ldb_context *ldb, struct test_rootDSE *root, struct dsdb_schema *schema) root 329 source4/torture/ldap/schema.c static bool test_dump_sorted_syntax(struct ldb_context *ldb, struct test_rootDSE *root, struct dsdb_schema *schema) root 204 source4/torture/rpc/dfs.c const char *root) root 209 source4/torture/rpc/dfs.c printf("Testing GetInfo level %u on '%s'\n", level, root); root 211 source4/torture/rpc/dfs.c r.in.dfs_entry_path = talloc_strdup(mem_ctx, root); root 231 source4/torture/rpc/dfs.c const char *root) root 239 source4/torture/rpc/dfs.c if (!test_GetInfoLevel(p, mem_ctx, levels[i], root)) { root 282 source4/torture/rpc/dfs.c const char *root = talloc_strdup(mem_ctx, root 284 source4/torture/rpc/dfs.c if (!test_GetInfo(p, mem_ctx, root)) { root 294 source4/torture/rpc/dfs.c const char *root = talloc_strdup(mem_ctx, root 298 source4/torture/rpc/dfs.c levels[k], root)) root 303 source4/torture/rpc/dfs.c if (!test_GetInfo(p, mem_ctx, root)) { root 351 source4/torture/rpc/dfs.c const char *root = r.out.info->e.info1->s[i].path; root 352 source4/torture/rpc/dfs.c if (!test_GetInfo(p, mem_ctx, root)) {