r2_ctx 31 source4/lib/registry/tests/diff.c struct registry_context *r2_ctx; r2_ctx 43 source4/lib/registry/tests/diff.c error = reg_generate_diff(td->r1_ctx, td->r2_ctx, r2_ctx 155 source4/lib/registry/tests/diff.c struct registry_context *r1_ctx, *r2_ctx; r2_ctx 171 source4/lib/registry/tests/diff.c error = reg_open_local(tctx, &r2_ctx); r2_ctx 198 source4/lib/registry/tests/diff.c error = reg_mount_hive(r2_ctx, r2_hklm, HKEY_LOCAL_MACHINE, NULL); r2_ctx 205 source4/lib/registry/tests/diff.c error = reg_mount_hive(r2_ctx, r2_hkcu, HKEY_CURRENT_USER, NULL); r2_ctx 215 source4/lib/registry/tests/diff.c error = r2_ctx->ops->get_predefined_key(r2_ctx, HKEY_LOCAL_MACHINE, &key); r2_ctx 217 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, key, "Software", NULL, NULL, &newkey); r2_ctx 219 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Microsoft", NULL, NULL, &newkey); r2_ctx 221 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Windows", NULL, NULL, &newkey); r2_ctx 223 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "CurrentVersion", NULL, NULL, &newkey); r2_ctx 225 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Policies", NULL, NULL, &newkey); r2_ctx 227 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Explorer", NULL, NULL, &newkey); r2_ctx 231 source4/lib/registry/tests/diff.c blob.data = (void *)talloc(r2_ctx, uint32_t); r2_ctx 239 source4/lib/registry/tests/diff.c td->r2_ctx = r2_ctx;