Searched defs:PAVLRGCPTRNODECORE (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Davl.h576 } AVLRGCPTRNODECORE, *PAVLRGCPTRNODECORE; typedef in typeref:struct:_AVLRGCPtrNodeCore
579 typedef PAVLRGCPTRNODECORE AVLRGCPTRTREE;
589 typedef DECLCALLBACK(int) AVLRGCPTRCALLBACK(PAVLRGCPTRNODECORE pNode, void *pvUser);
593 RTDECL(bool) RTAvlrGCPtrInsert( PAVLRGCPTRTREE pTree, PAVLRGCPTRNODECORE pNode);
594 RTDECL(PAVLRGCPTRNODECORE) RTAvlrGCPtrRemove( PAVLRGCPTRTREE pTree, RTGCPTR Key);
595 RTDECL(PAVLRGCPTRNODECORE) RTAvlrGCPtrGet( PAVLRGCPTRTREE pTree, RTGCPTR Key);
596 RTDECL(PAVLRGCPTRNODECORE) RTAvlrGCPtrGetBestFit( PAVLRGCPTRTREE pTree, RTGCPTR Key, bool fAbove);
597 RTDECL(PAVLRGCPTRNODECORE) RTAvlrGCPtrRangeGet( PAVLRGCPTRTREE pTree, RTGCPTR Key);
598 RTDECL(PAVLRGCPTRNODECORE) RTAvlrGCPtrRangeRemove( PAVLRGCPTRTREE pTree, RTGCPTR Key);
601 RTDECL(PAVLRGCPTRNODECORE) RTAvlrGCPtrGetRoo
[all...]

Completed in 47 milliseconds