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

/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp740 PRTSTRSPACECORE pStrCore = RTStrSpaceRemove(&pEntry->Attributes, pszAttr);
741 if (!pStrCore)
744 rtManifestDestroyAttribute(pStrCore, NULL);
1182 PRTSTRSPACECORE pStrCore = RTStrSpaceRemove(&pThis->Entries, pEntry->StrCore.pszString);
1183 AssertReturn(pStrCore, VERR_INTERNAL_ERROR_3);
1185 rtManifestDestroyEntry(pStrCore, pThis);
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp793 PRTSTRSPACECORE pStrCore = RTStrSpaceRemove(&mhProperties, pProp->mStrCore.pszString); local
794 AssertPtr(pStrCore); NOREF(pStrCore);
/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);

Completed in 53 milliseconds