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

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgas.cpp92 RTSTRSPACECORE StrCore; member in struct:RTDBGASNAME
589 pName->StrCore.cchString = cchName;
590 pName->StrCore.pszString = (char *)memcpy(pName + 1, pszName, cchName + 1);
592 if (!RTStrSpaceInsert(&pDbgAs->NameSpace, &pName->StrCore))
771 pName = (PRTDBGASNAME)RTStrSpaceRemove(&pDbgAs->NameSpace, pName->StrCore.pszString);
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp59 RTSTRSPACECORE StrCore; member in struct:RTMANIFESTATTR
66 /** The normalized property name that StrCore::pszString points at. */
79 RTSTRSPACECORE StrCore; member in struct:RTMANIFESTENTRY
87 /** The normalized entry name that StrCore::pszString points at. */
203 pThis->SelfEntry.StrCore.pszString = "main";
204 pThis->SelfEntry.StrCore.cchString = 4;
238 PRTMANIFESTATTR pAttr = RT_FROM_MEMBER(pStr, RTMANIFESTATTR, StrCore);
252 PRTMANIFESTENTRY pEntry = RT_FROM_MEMBER(pStr, RTMANIFESTENTRY, StrCore);
315 PRTMANIFESTATTR pAttr = RT_FROM_MEMBER(pStr, RTMANIFESTATTR, StrCore);
327 PRTMANIFESTENTRY pEntry = RT_FROM_MEMBER(pStr, RTMANIFESTENTRY, StrCore);
[all...]

Completed in 47 milliseconds