hive_key           26 source4/lib/registry/dir.c 	struct hive_key key;
hive_key           48 source4/lib/registry/dir.c 		*result = (struct hive_key *)key;
hive_key          150 source4/lib/registry/dir.c 	*subkey = (struct hive_key *)ret;
hive_key          216 source4/lib/registry/dir.c 	*key = (struct hive_key *)dk;
hive_key           33 source4/lib/registry/ldb.c 	struct hive_key key;
hive_key          424 source4/lib/registry/ldb.c 	*key = (struct hive_key *)newkd;
hive_key          468 source4/lib/registry/ldb.c 	*k = (struct hive_key *)kd;
hive_key          509 source4/lib/registry/ldb.c 	*newkey = (struct hive_key *)newkd;
hive_key          582 source4/lib/registry/ldb.c 	struct hive_key *hk;
hive_key           36 source4/lib/registry/local.c 		struct hive_key *key;
hive_key           44 source4/lib/registry/local.c 	struct hive_key *hive_key;
hive_key           60 source4/lib/registry/local.c 	local_key->hive_key = talloc_steal(local_key, hive);
hive_key           78 source4/lib/registry/local.c 	struct hive_key *curkey = local_parent->hive_key;
hive_key          156 source4/lib/registry/local.c 	return hive_enum_key(mem_ctx, local->hive_key, idx, name, keyclass,
hive_key          168 source4/lib/registry/local.c 	struct hive_key *hivekey;
hive_key          184 source4/lib/registry/local.c 	W_ERROR_NOT_OK_RETURN(hive_key_add_name(mem_ctx, local_parent->hive_key,
hive_key          215 source4/lib/registry/local.c 	return hive_key_set_value(local->hive_key, name, type, data);
hive_key          224 source4/lib/registry/local.c 	return hive_get_value(mem_ctx, local->hive_key, name, type, data);
hive_key          235 source4/lib/registry/local.c 	return hive_get_value_by_index(mem_ctx, local->hive_key, idx,
hive_key          243 source4/lib/registry/local.c 	return hive_key_del(local->hive_key, name);
hive_key          250 source4/lib/registry/local.c 	return hive_key_del_value(local->hive_key, name);
hive_key          257 source4/lib/registry/local.c 	return hive_key_flush(local->hive_key);
hive_key          272 source4/lib/registry/local.c 	return hive_key_get_info(mem_ctx, local->hive_key,
hive_key          283 source4/lib/registry/local.c 	return hive_get_sec_desc(mem_ctx, local->hive_key, security);
hive_key          290 source4/lib/registry/local.c 	return hive_set_sec_desc(local->hive_key, security);
hive_key          335 source4/lib/registry/local.c 	mp->key = hive_key;
hive_key          173 source4/lib/registry/pyregistry.c 	struct hive_key *key = PyHiveKey_AsHiveKey(self);
hive_key          189 source4/lib/registry/pyregistry.c 	struct hive_key *key = PyHiveKey_AsHiveKey(self);
hive_key          201 source4/lib/registry/pyregistry.c 	struct hive_key *key = PyHiveKey_AsHiveKey(self);
hive_key          219 source4/lib/registry/pyregistry.c 	struct hive_key *key = PyHiveKey_AsHiveKey(self);
hive_key          309 source4/lib/registry/pyregistry.c 	struct hive_key *key;
hive_key          324 source4/lib/registry/pyregistry.c 	struct hive_key *key;
hive_key          343 source4/lib/registry/pyregistry.c 	struct hive_key *key;
hive_key           58 source4/lib/registry/regf.c 	struct hive_key key;
hive_key         1032 source4/lib/registry/regf.c 	*ret = (struct hive_key *)regf_get_key(ctx, private_data->hive,
hive_key         1617 source4/lib/registry/regf.c 						   (struct hive_key **)&key))) {
hive_key         1624 source4/lib/registry/regf.c 		struct hive_key *sk = (struct hive_key *)key;
hive_key         1649 source4/lib/registry/regf.c 		struct hive_key *sk = (struct hive_key *)key;
hive_key         1752 source4/lib/registry/regf.c 	*ret = (struct hive_key *)regf_get_key(ctx, regf, offset);
hive_key         2026 source4/lib/registry/regf.c 	*key = (struct hive_key *)regf_get_key(parent_ctx, regf,
hive_key         2142 source4/lib/registry/regf.c 	*key = (struct hive_key *)regf_get_key(parent_ctx, regf,
hive_key           57 source4/lib/registry/registry.h 			    const struct hive_key *key, uint32_t idx,
hive_key           66 source4/lib/registry/registry.h 				   const struct hive_key *key, const char *name,
hive_key           67 source4/lib/registry/registry.h 				   struct hive_key **subkey);
hive_key           73 source4/lib/registry/registry.h 			   const struct hive_key *parent_key, const char *name,
hive_key           76 source4/lib/registry/registry.h 			   struct hive_key **key);
hive_key           80 source4/lib/registry/registry.h 	WERROR (*del_key) (const struct hive_key *key, const char *name);
hive_key           85 source4/lib/registry/registry.h 	WERROR (*flush_key) (struct hive_key *key);
hive_key           91 source4/lib/registry/registry.h 			      struct hive_key *key, int idx,
hive_key           99 source4/lib/registry/registry.h 				     struct hive_key *key, const char *name,
hive_key          105 source4/lib/registry/registry.h 	WERROR (*set_value) (struct hive_key *key, const char *name,
hive_key          111 source4/lib/registry/registry.h 	WERROR (*delete_value) (struct hive_key *key, const char *name);
hive_key          122 source4/lib/registry/registry.h 	WERROR (*set_sec_desc) (struct hive_key *key,
hive_key          133 source4/lib/registry/registry.h 				const struct hive_key *key,
hive_key          140 source4/lib/registry/registry.h 				const struct hive_key *key,
hive_key           37 source4/lib/registry/samba.c 	struct hive_key *hive;
hive_key          158 source4/lib/registry/tests/diff.c 	struct hive_key *r1_hklm, *r1_hkcu;
hive_key          159 source4/lib/registry/tests/diff.c 	struct hive_key *r2_hklm, *r2_hkcu;
hive_key           34 source4/lib/registry/tests/hive.c 	const struct hive_key *root = (const struct hive_key *)test_data;
hive_key           46 source4/lib/registry/tests/hive.c 	const struct hive_key *root = (const struct hive_key *)test_data;
hive_key           69 source4/lib/registry/tests/hive.c 	struct hive_key *root = (struct hive_key *)test_data;
hive_key           71 source4/lib/registry/tests/hive.c 	struct hive_key *subkey;
hive_key          102 source4/lib/registry/tests/hive.c 	struct hive_key *subkey;
hive_key          103 source4/lib/registry/tests/hive.c 	const struct hive_key *root = (const struct hive_key *)test_data;
hive_key          120 source4/lib/registry/tests/hive.c 	struct hive_key *subkey;
hive_key          121 source4/lib/registry/tests/hive.c 	struct hive_key *subkey2;
hive_key          122 source4/lib/registry/tests/hive.c 	const struct hive_key *root = (const struct hive_key *)test_data;
hive_key          151 source4/lib/registry/tests/hive.c 	struct hive_key *root = (struct hive_key *)test_data;
hive_key          161 source4/lib/registry/tests/hive.c 	struct hive_key *subkey;
hive_key          162 source4/lib/registry/tests/hive.c 	const struct hive_key *root = (const struct hive_key *)test_data;
hive_key          182 source4/lib/registry/tests/hive.c 	struct hive_key *subkey;
hive_key          183 source4/lib/registry/tests/hive.c 	const struct hive_key *root = (const struct hive_key *)test_data;
hive_key          202 source4/lib/registry/tests/hive.c 	struct hive_key *subkey;
hive_key          203 source4/lib/registry/tests/hive.c 	const struct hive_key *root = (const struct hive_key *)test_data;
hive_key          238 source4/lib/registry/tests/hive.c 	struct hive_key *subkey;
hive_key          239 source4/lib/registry/tests/hive.c 	const struct hive_key *root = (const struct hive_key *)test_data;
hive_key          272 source4/lib/registry/tests/hive.c 	struct hive_key *subkey;
hive_key          273 source4/lib/registry/tests/hive.c 	const struct hive_key *root = (const struct hive_key *)test_data;
hive_key          312 source4/lib/registry/tests/hive.c 	struct hive_key *subkey = NULL;
hive_key          313 source4/lib/registry/tests/hive.c         const struct hive_key *root = _data;
hive_key          393 source4/lib/registry/tests/hive.c 	struct hive_key *key;
hive_key          417 source4/lib/registry/tests/hive.c 	struct hive_key *key;
hive_key          441 source4/lib/registry/tests/hive.c 	struct hive_key *key;
hive_key          523 source4/lib/registry/tests/registry.c 	struct hive_key *hive_key;
hive_key          533 source4/lib/registry/tests/registry.c 	error = reg_open_ldb_file(tctx, filename, NULL, NULL, tctx->ev, tctx->lp_ctx, &hive_key);
hive_key          536 source4/lib/registry/tests/registry.c 	error = reg_mount_hive(rctx, hive_key, HKEY_CLASSES_ROOT, NULL);
hive_key           50 source4/lib/registry/tools/common.c 	struct hive_key *hive_root;