delete_key        193 source4/lib/registry/interface.c 	if (parent->context->ops->delete_key == NULL)
delete_key        196 source4/lib/registry/interface.c 	return parent->context->ops->delete_key(parent, name);
delete_key        301 source4/lib/registry/local.c 	.delete_key = local_delete_key,
delete_key        307 source4/lib/registry/registry.h 	WERROR (*delete_key) (struct registry_key *key, const char *name);
delete_key        474 source4/lib/registry/rpc.c 	.delete_key = rpc_del_key,