get_value         179 source4/lib/registry/interface.c 	if (key->context->ops->get_value == NULL)
get_value         182 source4/lib/registry/interface.c 	return key->context->ops->get_value(mem_ctx, key, name, type, data);
get_value         299 source4/lib/registry/local.c 	.get_value = local_get_value,
get_value         339 source4/lib/registry/registry.h 	WERROR (*get_value) (TALLOC_CTX *mem_ctx,
get_value         472 source4/lib/registry/rpc.c 	.get_value = rpc_get_value_by_name,