r1_ctx             30 source4/lib/registry/tests/diff.c 	struct registry_context *r1_ctx;
r1_ctx             43 source4/lib/registry/tests/diff.c 	error = reg_generate_diff(td->r1_ctx, td->r2_ctx, 
r1_ctx             74 source4/lib/registry/tests/diff.c 	error = reg_diff_apply(td->r1_ctx, lp_iconv_convenience(tctx->lp_ctx), td->filename);
r1_ctx             77 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->get_predefined_key(td->r1_ctx, HKEY_LOCAL_MACHINE, &key);
r1_ctx             82 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Software", &key);
r1_ctx             84 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Microsoft", &key);
r1_ctx             86 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Windows", &key);
r1_ctx             88 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "CurrentVersion", &key);
r1_ctx             90 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Policies", &key);
r1_ctx             92 source4/lib/registry/tests/diff.c 	error = td->r1_ctx->ops->open_key(td->r1_ctx, key, "Explorer", &key);
r1_ctx            155 source4/lib/registry/tests/diff.c 	struct registry_context *r1_ctx, *r2_ctx;
r1_ctx            168 source4/lib/registry/tests/diff.c 	error = reg_open_local(tctx, &r1_ctx);
r1_ctx            183 source4/lib/registry/tests/diff.c 	error = reg_mount_hive(r1_ctx, r1_hklm, HKEY_LOCAL_MACHINE, NULL);
r1_ctx            190 source4/lib/registry/tests/diff.c 	error = reg_mount_hive(r1_ctx, r1_hkcu, HKEY_CURRENT_USER, NULL);
r1_ctx            208 source4/lib/registry/tests/diff.c 	error = r1_ctx->ops->get_predefined_key(r1_ctx, HKEY_CURRENT_USER, &key);
r1_ctx            210 source4/lib/registry/tests/diff.c 	error = r1_ctx->ops->create_key(r1_ctx, key, "Network", NULL, NULL, &newkey);
r1_ctx            212 source4/lib/registry/tests/diff.c 	error = r1_ctx->ops->create_key(r1_ctx, newkey, "L", NULL, NULL, &newkey);
r1_ctx            235 source4/lib/registry/tests/diff.c 	r1_ctx->ops->set_value(newkey, "NoDrives", REG_DWORD, blob);
r1_ctx            238 source4/lib/registry/tests/diff.c 	td->r1_ctx = r1_ctx;