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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Base.cpp.h403 register PKAVLNODECORE pDeleteNode; local
410 pDeleteNode = KAVL_GET_POINTER(ppDeleteNode);
416 if (KAVL_E(pDeleteNode->Key, Key))
419 if (KAVL_G(pDeleteNode->Key, Key))
420 ppDeleteNode = &pDeleteNode->pLeft;
422 ppDeleteNode = &pDeleteNode->pRight;
425 if (pDeleteNode->pLeft != KAVL_NULL)
429 PPKAVLNODECORE ppLeftLeast = &pDeleteNode->pLeft;
444 KAVL_SET_POINTER_NULL(&pLeftLeast->pLeft, &pDeleteNode->pLeft);
445 KAVL_SET_POINTER_NULL(&pLeftLeast->pRight, &pDeleteNode
[all...]

Completed in 397 milliseconds