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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp351 PRTSTRSPACECORE pStrCore = RTStrSpaceGet(&pThis->Names, pszSymbol); local
352 if (!pStrCore)
354 PCRTDBGMODCTNSYMBOL pMySym = RT_FROM_MEMBER(pStrCore, RTDBGMODCTNSYMBOL const, NameCore);
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp793 PRTSTRSPACECORE pStrCore = RTStrSpaceRemove(&mhProperties, pProp->mStrCore.pszString); local
794 AssertPtr(pStrCore); NOREF(pStrCore);

Completed in 48 milliseconds