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

/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp71 AVLPVNODECORE HandleCore; member in struct:DBGFASDBNODE
275 RTDbgAsRelease((RTDBGAS)pDbNode->HandleCore.Key);
276 pDbNode->HandleCore.Key = NIL_RTDBGAS;
428 pDbNode->HandleCore.Key = hDbgAs;
435 if (RTAvlPVInsert(&pUVM->dbgf.s.AsHandleTree, &pDbNode->HandleCore))
746 hDbgAs = (RTDBGAS)pDbNode->HandleCore.Key;
783 hDbgAs = (RTDBGAS)pDbNode->HandleCore.Key;

Completed in 46 milliseconds