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

/vbox/src/VBox/Runtime/common/table/
H A Davl_DoWithAll.cpp.h45 PKAVLNODECORE pEqual; local
79 for (pEqual = KAVL_GET_POINTER(&pNode->pList); pEqual; pEqual = KAVL_GET_POINTER_NULL(&pEqual->pList))
81 rc = pfnCallBack(pEqual, pvParam);
119 for (pEqual = KAVL_GET_POINTER(&pNode->pList); pEqual; pEqual = KAVL_GET_POINTER_NULL(&pEqual
[all...]
H A Davl_Destroy.cpp.h72 PKAVLNODECORE pEqual = KAVL_GET_POINTER(&pNode->pList); local
73 KAVL_SET_POINTER(&pNode->pList, KAVL_GET_POINTER_NULL(&pEqual->pList));
74 pEqual->pList = KAVL_NULL;
76 rc = pfnCallBack(pEqual, pvUser);

Completed in 41 milliseconds