Searched refs:BTreeKey (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.c458 static BTreeKey *
466 return (BTreeKey *) (cnode + offset);
472 BTreeKey * key,
473 int (*compare_keys) (BTreeKey* key1, BTreeKey* key2),
514 BTreeKey *currkey;
563 BTreeKey *currkey = NULL;
641 fsw_hfs_btree_visit_node(BTreeKey *record, void* param)
721 int (*callback) (BTreeKey *record, void* param),
795 fsw_hfs_cmp_extkey(BTreeKey* key
[all...]
/vbox/include/iprt/formats/
H A Dhfs.h617 typedef union BTreeKey union
622 } BTreeKey; typedef in typeref:union:BTreeKey
623 AssertCompileSize(BTreeKey, 522);

Completed in 47 milliseconds