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

/vbox/src/VBox/Runtime/common/table/
H A Davl_RemoveNode.cpp.h101 PKAVLNODECORE pNewUs = KAVL_GET_POINTER(&pNode->pList); local
103 pNewUs->uchHeight = pNode->uchHeight;
106 KAVL_SET_POINTER(&pNewUs->pLeft, KAVL_GET_POINTER(&pNode->pLeft));
108 pNewUs->pLeft = KAVL_NULL;
111 KAVL_SET_POINTER(&pNewUs->pRight, KAVL_GET_POINTER(&pNode->pRight));
113 pNewUs->pRight = KAVL_NULL;
118 KAVL_SET_POINTER(&pParent->pLeft, pNewUs);
120 KAVL_SET_POINTER(&pParent->pRight, pNewUs);
123 KAVL_SET_POINTER(ppTree, pNewUs);

Completed in 42 milliseconds