reg_entry         262 source3/libgpo/gpext/gpext.c 	struct gp_extension_reg_entry *reg_entry = NULL;
reg_entry         265 source3/libgpo/gpext/gpext.c 	reg_entry = TALLOC_ZERO_P(mem_ctx, struct gp_extension_reg_entry);
reg_entry         266 source3/libgpo/gpext/gpext.c 	NT_STATUS_HAVE_NO_MEMORY(reg_entry);
reg_entry         287 source3/libgpo/gpext/gpext.c 	reg_entry->value = value;
reg_entry         288 source3/libgpo/gpext/gpext.c 	reg_entry->data = data;
reg_entry         290 source3/libgpo/gpext/gpext.c 	if (!add_gp_extension_reg_entry_to_array(mem_ctx, reg_entry,
reg_entry         254 source3/libgpo/gpext/registry.c 					 struct gp_registry_entry **reg_entry)
reg_entry         263 source3/libgpo/gpext/registry.c 	ZERO_STRUCTP(*reg_entry);
reg_entry         334 source3/libgpo/gpext/registry.c 	*reg_entry = entry;