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

/vbox/src/VBox/Runtime/common/table/
H A Davl_Destroy.cpp.h46 PKAVLNODECORE apEntries[KAVL_MAX_STACK]; local
53 apEntries[0] = KAVL_GET_POINTER(ppTree);
59 PKAVLNODECORE pNode = apEntries[cEntries - 1];
61 apEntries[cEntries++] = KAVL_GET_POINTER(&pNode->pLeft);
63 apEntries[cEntries++] = KAVL_GET_POINTER(&pNode->pRight);
87 PKAVLNODECORE pParent = apEntries[cEntries - 1];

Completed in 31 milliseconds