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

/vbox/include/iprt/
H A Davl.h1105 typedef AVLRFOFFTREE *PAVLRFOFFTREE; typedef
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);
1123 RTDECL(int) RTAvlrFileOffsetDoWithAll( PAVLRFOFFTREE pTree, int fFromLeft, PAVLRFOFFCALLBACK pfnCallBack, void *pvParam);
1124 RTDECL(int) RTAvlrFileOffsetDestroy( PAVLRFOFFTREE pTree, PAVLRFOFFCALLBACK pfnCallBack, void *pvParam);
1125 RTDECL(PAVLRFOFFNODECORE) RTAvlrFileOffsetGetRoot( PAVLRFOFFTREE pTre
[all...]
/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h429 PAVLRFOFFTREE pTreeRangesLocked;
/vbox/src/VBox/Devices/Storage/
H A DDrvDiskIntegrity.cpp168 PAVLRFOFFTREE pTreeSegments;
1436 pThis->pTreeSegments = (PAVLRFOFFTREE)RTMemAllocZ(sizeof(AVLRFOFFTREE));
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFile.cpp1053 pEpFile->AioMgr.pTreeRangesLocked = (PAVLRFOFFTREE)RTMemAllocZ(sizeof(AVLRFOFFTREE));
/vbox/src/VBox/Storage/
H A DVD.cpp555 PAVLRFOFFTREE pTreeMetaXfers;
4530 pIoStorage->pTreeMetaXfers = (PAVLRFOFFTREE)RTMemAllocZ(sizeof(AVLRFOFFTREE));

Completed in 83 milliseconds