registry_key      151 source3/include/gpo.h 	struct registry_key *curr_key;
registry_key       26 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *base_key;
registry_key      662 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *parent_key = NULL;
registry_key      663 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *new_key = NULL;
registry_key      791 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
registry_key      810 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
registry_key      832 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
registry_key      899 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
registry_key      925 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
registry_key      968 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
registry_key     1002 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
registry_key     1025 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
registry_key     1053 source3/lib/smbconf/smbconf_reg.c 	struct registry_key *key = NULL;
registry_key      422 source3/libgpo/gpext/gpext.c 	struct registry_key *key = NULL;
registry_key       62 source3/libgpo/gpext/gpext.h 					 struct registry_key *root_key,
registry_key      334 source3/libgpo/gpo_reg.c 	struct registry_key *key = NULL;
registry_key      379 source3/libgpo/gpo_reg.c 	struct registry_key *key = NULL;
registry_key      460 source3/libgpo/gpo_reg.c 	struct registry_key *key;
registry_key      620 source3/libgpo/gpo_reg.c 	struct registry_key *key = NULL;
registry_key      931 source3/libgpo/gpo_reg.c 	struct registry_key *key = NULL;
registry_key      541 source3/libgpo/gpo_util.c 	struct registry_key *root_key = NULL;
registry_key      129 source3/registry/reg_api.c 	struct registry_key *regkey;
registry_key      137 source3/registry/reg_api.c 	if (!(regkey = TALLOC_ZERO_P(mem_ctx, struct registry_key)) ||
registry_key      248 source3/registry/reg_api.c 	struct registry_key *direct_parent = parent;
registry_key      266 source3/registry/reg_api.c 		struct registry_key *tmp;
registry_key      456 source3/registry/reg_api.c 	struct registry_key *key = parent;
registry_key      457 source3/registry/reg_api.c 	struct registry_key *create_parent;
registry_key      480 source3/registry/reg_api.c 		struct registry_key *tmp;
registry_key      558 source3/registry/reg_api.c 	struct registry_key *tmp_key, *key;
registry_key      712 source3/registry/reg_api.c 	REGISTRY_KEY registry_key;
registry_key      721 source3/registry/reg_api.c 	registry_key.ops = reghook_cache_find(topkeypath);
registry_key      722 source3/registry/reg_api.c 	if (!registry_key.ops) {
registry_key      728 source3/registry/reg_api.c 	registry_key.name = talloc_strdup(regfile->mem_ctx, topkeypath);
registry_key      729 source3/registry/reg_api.c 	if (!registry_key.name) {
registry_key      766 source3/registry/reg_api.c 	if (!store_reg_values(&registry_key, values)
registry_key      767 source3/registry/reg_api.c 	    || !store_reg_keys(&registry_key, subkeys))
registry_key      853 source3/registry/reg_api.c 	REGISTRY_KEY registry_key;
registry_key      881 source3/registry/reg_api.c 	ZERO_STRUCT(registry_key);
registry_key      883 source3/registry/reg_api.c 	registry_key.name = talloc_strdup(regfile->mem_ctx, keypath);
registry_key      884 source3/registry/reg_api.c 	if (registry_key.name == NULL) {
registry_key      888 source3/registry/reg_api.c 	registry_key.ops = reghook_cache_find(registry_key.name);
registry_key      889 source3/registry/reg_api.c 	if (registry_key.ops == NULL) {
registry_key      903 source3/registry/reg_api.c 	fetch_reg_keys(&registry_key, subkeys);
registry_key      904 source3/registry/reg_api.c 	fetch_reg_values(&registry_key, values);
registry_key      906 source3/registry/reg_api.c 	result = regkey_get_secdesc(regfile->mem_ctx, &registry_key, &sec_desc);
registry_key      940 source3/registry/reg_api.c 	TALLOC_FREE(registry_key.name);
registry_key     1013 source3/registry/reg_api.c 	struct registry_key *hive, *key;
registry_key     1073 source3/registry/reg_api.c 	struct registry_key *key;
registry_key     1181 source3/registry/reg_api.c 	struct registry_key *hive;
registry_key     1233 source3/registry/reg_api.c 	struct registry_key *hive;
registry_key       36 source3/registry/reg_util_legacy.c 	struct registry_key *key;
registry_key      289 source3/rpc_server/srv_eventlog_nt.c 	struct registry_key *key;
registry_key       32 source3/rpc_server/srv_winreg_nt.c static struct registry_key *find_regkey_by_hnd(pipes_struct *p,
registry_key       35 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *regkey = NULL;
registry_key       59 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *key;
registry_key       88 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *regkey = find_regkey_by_hnd(p, hnd);
registry_key      195 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *parent = find_regkey_by_hnd(p, r->in.parent_handle );
registry_key      210 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle );
registry_key      325 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle );
registry_key      360 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle );
registry_key      376 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *key = find_regkey_by_hnd( p, r->in.handle );
registry_key      402 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *key = find_regkey_by_hnd( p, r->in.handle );
registry_key      654 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle );
registry_key      688 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *regkey = find_regkey_by_hnd( p, r->in.handle );
registry_key      732 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *parent = find_regkey_by_hnd(p, r->in.handle);
registry_key      733 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *new_key;
registry_key      761 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *key = find_regkey_by_hnd(p, r->in.handle);
registry_key      785 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *parent = find_regkey_by_hnd(p, r->in.handle);
registry_key      799 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *key = find_regkey_by_hnd(p, r->in.handle);
registry_key      812 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *key = find_regkey_by_hnd(p, r->in.handle);
registry_key      854 source3/rpc_server/srv_winreg_nt.c 	struct registry_key *key = find_regkey_by_hnd(p, r->in.handle);
registry_key       85 source3/utils/net_registry.c 	struct registry_key *hive = NULL;
registry_key      122 source3/utils/net_registry.c 	struct registry_key *key = NULL;
registry_key      178 source3/utils/net_registry.c 	struct registry_key *hivekey = NULL;
registry_key      179 source3/utils/net_registry.c 	struct registry_key *subkey = NULL;
registry_key      231 source3/utils/net_registry.c 	struct registry_key *hivekey = NULL;
registry_key      271 source3/utils/net_registry.c 	struct registry_key *key = NULL;
registry_key      320 source3/utils/net_registry.c 	struct registry_key *key = NULL;
registry_key      375 source3/utils/net_registry.c 	struct registry_key *key = NULL;
registry_key      410 source3/utils/net_registry.c 	struct registry_key *key = NULL;
registry_key       42 source4/lib/registry/local.c 	struct registry_key global;
registry_key       48 source4/lib/registry/local.c struct registry_key *reg_import_hive_key(struct registry_context *ctx,
registry_key       64 source4/lib/registry/local.c 	return (struct registry_key *)local_key;
registry_key      180 source4/lib/registry/local.c 						   (struct registry_key **)&local_parent));
registry_key       48 source4/lib/registry/patchfile.c 	struct registry_key *t1 = NULL, *t2 = NULL;
registry_key      263 source4/lib/registry/patchfile.c 		struct registry_key *r1 = NULL, *r2 = NULL;
registry_key      348 source4/lib/registry/patchfile.c 	struct registry_key *tmp;
registry_key      402 source4/lib/registry/patchfile.c 	struct registry_key *tmp;
registry_key      428 source4/lib/registry/patchfile.c 	struct registry_key *tmp;
registry_key      452 source4/lib/registry/patchfile.c 	struct registry_key *key;
registry_key       48 source4/lib/registry/pyregistry.c 	struct registry_key *key;
registry_key       79 source4/lib/registry/pyregistry.c 	struct registry_key *key;
registry_key      280 source4/lib/registry/registry.h 				const struct registry_key *key,
registry_key      289 source4/lib/registry/registry.h 	WERROR (*flush_key) (struct registry_key *key);
registry_key      293 source4/lib/registry/registry.h 				      struct registry_key **key);
registry_key      296 source4/lib/registry/registry.h 			    struct registry_key *parent,
registry_key      298 source4/lib/registry/registry.h 			    struct registry_key **key);
registry_key      301 source4/lib/registry/registry.h 			      struct registry_key *parent,
registry_key      305 source4/lib/registry/registry.h 			      struct registry_key **key);
registry_key      307 source4/lib/registry/registry.h 	WERROR (*delete_key) (struct registry_key *key, const char *name);
registry_key      309 source4/lib/registry/registry.h 	WERROR (*delete_value) (struct registry_key *key, const char *name);
registry_key      312 source4/lib/registry/registry.h 			    const struct registry_key *key, uint32_t idx,
registry_key      318 source4/lib/registry/registry.h 			      const struct registry_key *key, uint32_t idx,
registry_key      324 source4/lib/registry/registry.h 				const struct registry_key *key,
registry_key      327 source4/lib/registry/registry.h 	WERROR (*set_sec_desc) (struct registry_key *key,
registry_key      330 source4/lib/registry/registry.h 	WERROR (*load_key) (struct registry_key *key,
registry_key      334 source4/lib/registry/registry.h 	WERROR (*unload_key) (struct registry_key *key, const char *name);
registry_key      336 source4/lib/registry/registry.h 	WERROR (*notify_value_change) (struct registry_key *key,
registry_key      340 source4/lib/registry/registry.h 			     const struct registry_key *key,
registry_key      345 source4/lib/registry/registry.h 	WERROR (*set_value) (struct registry_key *key,
registry_key      468 source4/lib/registry/registry.h struct registry_key *reg_import_hive_key(struct registry_context *ctx,
registry_key       28 source4/lib/registry/rpc.c 	struct registry_key key;
registry_key      124 source4/lib/registry/rpc.c 	*k = (struct registry_key *)mykeydata;
registry_key      167 source4/lib/registry/rpc.c 	*key = (struct registry_key *)mykeydata;
registry_key      363 source4/lib/registry/rpc.c 	*key = (struct registry_key *)rpck;
registry_key       71 source4/lib/registry/tests/diff.c 	struct registry_key *key;
registry_key      110 source4/lib/registry/tests/diff.c 	struct registry_key rk;
registry_key      162 source4/lib/registry/tests/diff.c 	struct registry_key *key, *newkey;
registry_key       36 source4/lib/registry/tests/registry.c 	struct registry_key *root;
registry_key       52 source4/lib/registry/tests/registry.c 	struct registry_key *root;
registry_key       64 source4/lib/registry/tests/registry.c 	struct registry_key *root;
registry_key       84 source4/lib/registry/tests/registry.c 	struct registry_key *root;
registry_key       99 source4/lib/registry/tests/registry.c 	struct registry_key *root, *newkey;
registry_key      120 source4/lib/registry/tests/registry.c 	struct registry_key *root, *newkey1, *newkey2;
registry_key      146 source4/lib/registry/tests/registry.c 	struct registry_key *root;
registry_key      164 source4/lib/registry/tests/registry.c 	struct registry_key *root, *result1, *result2;
registry_key      191 source4/lib/registry/tests/registry.c 	struct registry_key *root, *newkey;
registry_key      239 source4/lib/registry/tests/registry.c 	struct registry_key *root, *subkey;
registry_key      257 source4/lib/registry/tests/registry.c 	struct registry_key *root, *subkey;
registry_key      281 source4/lib/registry/tests/registry.c 	struct registry_key *root, *subkey1, *subkey2;
registry_key      316 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
registry_key      355 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
registry_key      377 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
registry_key      411 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
registry_key      448 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
registry_key      484 source4/lib/registry/tests/registry.c 	struct registry_key *subkey = NULL, *root;
registry_key       45 source4/lib/registry/tools/common.c struct registry_key *reg_common_open_file(const char *path,
registry_key       34 source4/lib/registry/tools/regshell.c 	struct registry_key *current;
registry_key      105 source4/lib/registry/tools/regshell.c 	struct registry_key *ret = NULL;
registry_key      162 source4/lib/registry/tools/regshell.c 	struct registry_key *nkey = NULL;
registry_key      238 source4/lib/registry/tools/regshell.c 	struct registry_key *tmp;
registry_key      366 source4/lib/registry/tools/regshell.c static struct registry_key *current_key = NULL;
registry_key      418 source4/lib/registry/tools/regshell.c 	struct registry_key *base;
registry_key       40 source4/lib/registry/tools/regtree.c 	struct registry_key *subkey;
registry_key      109 source4/lib/registry/tools/regtree.c 	struct registry_key *start_key = NULL;
registry_key      156 source4/lib/registry/util.c 	struct registry_key *predef;
registry_key      208 source4/lib/registry/util.c 	struct registry_key *parent;
registry_key      232 source4/lib/registry/util.c 	struct registry_key *parent;
registry_key       67 source4/rpc_server/winreg/rpc_winreg.c 				       (struct registry_key **)&h->data);
registry_key      118 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;
registry_key      147 source4/rpc_server/winreg/rpc_winreg.c 			r->in.secdesc?&sd:NULL, (struct registry_key **)&newh->data);
registry_key      169 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;
registry_key      193 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;
registry_key      217 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;
registry_key      266 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;
registry_key      336 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;
registry_key      397 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;
registry_key      414 source4/rpc_server/winreg/rpc_winreg.c 				(struct registry_key **)&newh->data);
registry_key      438 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;
registry_key      479 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;
registry_key      578 source4/rpc_server/winreg/rpc_winreg.c 	struct registry_key *key;