local_parent       76 source4/lib/registry/local.c 	struct local_key *local_parent = talloc_get_type(parent,
local_parent       78 source4/lib/registry/local.c 	struct hive_key *curkey = local_parent->hive_key;
local_parent       83 source4/lib/registry/local.c 	if (local_parent->path.elements != NULL) {
local_parent       85 source4/lib/registry/local.c 					str_list_length(local_parent->path.elements) + 1);
local_parent       86 source4/lib/registry/local.c 		for (el = 0; local_parent->path.elements[el] != NULL; el++) {
local_parent       88 source4/lib/registry/local.c 							local_parent->path.elements[el]);
local_parent      118 source4/lib/registry/local.c 	*result = reg_import_hive_key(local_parent->global.context, curkey,
local_parent      119 source4/lib/registry/local.c 				      local_parent->path.predefined_key,
local_parent      167 source4/lib/registry/local.c 	struct local_key *local_parent;
local_parent      176 source4/lib/registry/local.c 		local_parent = (struct local_key *)parent_key;
local_parent      180 source4/lib/registry/local.c 						   (struct registry_key **)&local_parent));
local_parent      184 source4/lib/registry/local.c 	W_ERROR_NOT_OK_RETURN(hive_key_add_name(mem_ctx, local_parent->hive_key,
local_parent      188 source4/lib/registry/local.c 	if (local_parent->path.elements != NULL) {
local_parent      190 source4/lib/registry/local.c 					str_list_length(local_parent->path.elements)+2);
local_parent      191 source4/lib/registry/local.c 		for (i = 0; local_parent->path.elements[i] != NULL; i++) {
local_parent      193 source4/lib/registry/local.c 						       local_parent->path.elements[i]);
local_parent      203 source4/lib/registry/local.c 	*key = reg_import_hive_key(local_parent->global.context, hivekey,
local_parent      204 source4/lib/registry/local.c 				   local_parent->path.predefined_key,