Searched refs:PAVLRFOFFNODECORE (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/table/
H A Davlrfoff.cpp41 #define PKAVLNODECORE PAVLRFOFFNODECORE
/vbox/include/iprt/
H A Davl.h1100 } AVLRFOFFNODECORE, *PAVLRFOFFNODECORE; typedef in typeref:struct:_AVLRFOFFNodeCore
1103 typedef PAVLRFOFFNODECORE AVLRFOFFTREE;
1113 typedef DECLCALLBACK(int) AVLRFOFFCALLBACK(PAVLRFOFFNODECORE pNode, void *pvUser);
1117 RTDECL(bool) RTAvlrFileOffsetInsert( PAVLRFOFFTREE pTree, PAVLRFOFFNODECORE pNode);
1118 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetRemove( PAVLRFOFFTREE pTree, RTFOFF Key);
1119 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetGet( PAVLRFOFFTREE pTree, RTFOFF Key);
1120 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetGetBestFit( PAVLRFOFFTREE pTree, RTFOFF Key, bool fAbove);
1121 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetRangeGet( PAVLRFOFFTREE pTree, RTFOFF Key);
1122 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetRangeRemove( PAVLRFOFFTREE pTree, RTFOFF Key);
1125 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetGetRoo
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFile.cpp1117 static int pdmacFileEpRangesLockedDestroy(PAVLRFOFFNODECORE pNode, void *pvUser)
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp1276 static int drvdiskintTreeDestroy(PAVLRFOFFNODECORE pNode, void *pvUser)
/vbox/src/VBox/Storage/
H A DVD.cpp4553 static int vdIOIntTreeMetaXferDestroy(PAVLRFOFFNODECORE pNode, void *pvUser)

Completed in 107 milliseconds