create_key 211 source4/lib/registry/interface.c if (parent->context->ops->create_key == NULL) { create_key 217 source4/lib/registry/interface.c return parent->context->ops->create_key(mem_ctx, parent, name, create_key 297 source4/lib/registry/local.c .create_key = local_create_key, create_key 300 source4/lib/registry/registry.h WERROR (*create_key) (TALLOC_CTX *mem_ctx, create_key 473 source4/lib/registry/rpc.c .create_key = rpc_add_key, create_key 210 source4/lib/registry/tests/diff.c error = r1_ctx->ops->create_key(r1_ctx, key, "Network", NULL, NULL, &newkey); create_key 212 source4/lib/registry/tests/diff.c error = r1_ctx->ops->create_key(r1_ctx, newkey, "L", NULL, NULL, &newkey); create_key 217 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, key, "Software", NULL, NULL, &newkey); create_key 219 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Microsoft", NULL, NULL, &newkey); create_key 221 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Windows", NULL, NULL, &newkey); create_key 223 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "CurrentVersion", NULL, NULL, &newkey); create_key 225 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Policies", NULL, NULL, &newkey); create_key 227 source4/lib/registry/tests/diff.c error = r2_ctx->ops->create_key(r2_ctx, newkey, "Explorer", NULL, NULL, &newkey);