Searched refs:PAVLU32CALLBACK (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/table/
H A Davlu32.cpp47 #define PKAVLCALLBACK PAVLU32CALLBACK
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.h127 RTAvlU32Destroy(&mWindows, (PAVLU32CALLBACK)pCallback, pvParam);
132 return RTAvlU32DoWithAll(&mWindows, 1, (PAVLU32CALLBACK)pCallback,
/vbox/include/iprt/
H A Davl.h202 typedef AVLU32CALLBACK *PAVLU32CALLBACK; typedef
213 RTDECL(int) RTAvlU32DoWithAll(PAVLU32TREE pTree, int fFromLeft, PAVLU32CALLBACK pfnCallBack, void *pvParam);
214 RTDECL(int) RTAvlU32Destroy(PAVLU32TREE pTree, PAVLU32CALLBACK pfnCallBack, void *pvParam);

Completed in 48 milliseconds