606
606
/* Lookup the node described by KEY in the B+ Tree BTREE. Compare
607
607
keys using the function COMPARE_KEYS. When a match is found,
608
608
return the node in MATCHNODE and a pointer to the data in this node
611
611
grub_hfsplus_btree_search (struct grub_hfsplus_btree *btree,
612
612
struct grub_hfsplus_key_internal *key,