newkey            124 source3/lib/smbconf/smbconf_reg.c 					     struct registry_key **newkey)
newkey            136 source3/lib/smbconf/smbconf_reg.c 			     REG_KEY_WRITE, newkey, &action);
newkey            264 source3/printing/nt_printing.c 	TDB_DATA kbuf, newkey, dbuf;
newkey            269 source3/printing/nt_printing.c 			newkey = tdb_nextkey(tdb_drivers, kbuf), free(kbuf.dptr), kbuf=newkey) {
newkey            762 source3/printing/nt_printing.c 	TDB_DATA kbuf, newkey, dbuf;
newkey            772 source3/printing/nt_printing.c 	     newkey = tdb_nextkey(tdb_forms, kbuf), free(kbuf.dptr), kbuf=newkey)
newkey            968 source3/printing/nt_printing.c 	TDB_DATA kbuf, newkey;
newkey            982 source3/printing/nt_printing.c 	     newkey = tdb_nextkey(tdb_drivers, kbuf), free(kbuf.dptr), kbuf=newkey) {
newkey            206 source4/lib/registry/interface.c 				 struct registry_key **newkey)
newkey            218 source4/lib/registry/interface.c 						key_class, desc, newkey);
newkey            476 source4/lib/registry/ldb.c 			  struct hive_key **newkey)
newkey            509 source4/lib/registry/ldb.c 	*newkey = (struct hive_key *)newkd;
newkey             42 source4/lib/registry/patchfile.c 			     struct registry_key *newkey,
newkey             81 source4/lib/registry/patchfile.c 		if (newkey != NULL) {
newkey             82 source4/lib/registry/patchfile.c 			error2 = reg_open_key(mem_ctx, newkey, keyname1, &t2);
newkey            114 source4/lib/registry/patchfile.c 	if (newkey != NULL) {
newkey            115 source4/lib/registry/patchfile.c 		error = reg_key_get_info(mem_ctx, newkey, NULL,
newkey            131 source4/lib/registry/patchfile.c 		error1 = reg_key_get_subkey_by_index(mem_ctx, newkey, i,
newkey            162 source4/lib/registry/patchfile.c 		error1 = reg_open_key(mem_ctx, newkey, keyname1, &t2);
newkey            180 source4/lib/registry/patchfile.c 		error1 = reg_key_get_value_by_index(mem_ctx, newkey, i,
newkey            228 source4/lib/registry/patchfile.c 		if (newkey != NULL)
newkey            229 source4/lib/registry/patchfile.c 			error2 = reg_key_get_value_by_name(mem_ctx, newkey,
newkey            432 source4/lib/registry/registry.h 			struct registry_key **newkey);
newkey            503 source4/lib/registry/registry.h 			     struct registry_key *newkey,
newkey            162 source4/lib/registry/tests/diff.c 	struct registry_key *key, *newkey;
newkey            210 source4/lib/registry/tests/diff.c 	error = r1_ctx->ops->create_key(r1_ctx, key, "Network", NULL, NULL, &newkey);
newkey            212 source4/lib/registry/tests/diff.c 	error = r1_ctx->ops->create_key(r1_ctx, newkey, "L", NULL, NULL, &newkey);
newkey            217 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, key, "Software", NULL, NULL, &newkey);
newkey            219 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "Microsoft", NULL, NULL, &newkey);
newkey            221 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "Windows", NULL, NULL, &newkey);
newkey            223 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "CurrentVersion", NULL, NULL, &newkey);
newkey            225 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "Policies", NULL, NULL, &newkey);
newkey            227 source4/lib/registry/tests/diff.c 	error = r2_ctx->ops->create_key(r2_ctx, newkey, "Explorer", NULL, NULL, &newkey);
newkey            235 source4/lib/registry/tests/diff.c 	r1_ctx->ops->set_value(newkey, "NoDrives", REG_DWORD, blob);
newkey             99 source4/lib/registry/tests/registry.c 	struct registry_key *root, *newkey;
newkey            107 source4/lib/registry/tests/registry.c 				 &newkey);
newkey            109 source4/lib/registry/tests/registry.c 	torture_assert(tctx, newkey != NULL, "Creating new key");
newkey            191 source4/lib/registry/tests/registry.c 	struct registry_key *root, *newkey;
newkey            198 source4/lib/registry/tests/registry.c 	error = reg_key_add_name(rctx, root, "Polen", NULL, NULL, &newkey);
newkey            201 source4/lib/registry/tests/registry.c 	torture_assert(tctx, newkey != NULL, "Creating new key");