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

/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp1096 HostCommand *pCurCmd = RTListGetFirst(&mHostCmdList, HostCommand, Node); local
1097 while (pCurCmd)
1099 HostCommand *pNext = RTListNodeGetNext(&pCurCmd->Node, HostCommand, Node);
1100 bool fLast = RTListNodeIsLast(&mHostCmdList, &pCurCmd->Node);
1102 int rc2 = cancelHostCmd(pCurCmd->mContextID);
1106 pCurCmd->mContextID, pCurCmd->mRefCount, rc2));
1110 while (pCurCmd->Release())
1112 delete pCurCmd;
1113 pCurCmd
[all...]

Completed in 49 milliseconds