Lines Matching defs:StrCore

59     RTSTRSPACECORE      StrCore;
66 /** The normalized property name that StrCore::pszString points at. */
79 RTSTRSPACECORE StrCore;
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);
341 PRTMANIFESTATTR pAttr = RT_FROM_MEMBER(pStr, RTMANIFESTATTR, StrCore);
382 PRTMANIFESTENTRY pEntry = RT_FROM_MEMBER(pStr, RTMANIFESTENTRY, StrCore);
398 if (!strcmp(*ppsz, pEntry->StrCore.pszString))
407 RTStrPrintf(pEquals->pszError, pEquals->cbError, "'%s' was not found in the 1st manifest", pEntry->StrCore.pszString);
418 PRTMANIFESTATTR pAttr1 = RT_FROM_MEMBER(pStr, RTMANIFESTATTR, StrCore);
525 PRTMANIFESTENTRY pEntry1 = RT_FROM_MEMBER(pStr, RTMANIFESTENTRY, StrCore);
554 pEntry2 = (PRTMANIFESTENTRY)RTStrSpaceGet(&pEquals->pThis2->Entries, pEntry1->StrCore.pszString);
557 RTStrPrintf(pEquals->pszError, pEquals->cbError, "'%s' not found in the 2nd manifest", pEntry1->StrCore.pszString);
671 AssertCompileMemberOffset(RTMANIFESTATTR, StrCore, 0);
689 pAttr->StrCore.pszString = pAttr->szName;
690 pAttr->StrCore.cchString = cbName - 1;
693 if (RT_UNLIKELY(!RTStrSpaceInsert(&pEntry->Attributes, &pAttr->StrCore)))
940 AssertCompileMemberOffset(RTMANIFESTATTR, StrCore, 0);
1002 pEntry->StrCore.cchString = cchEntry;
1003 pEntry->StrCore.pszString = pEntry->szName;
1010 if (!RTStrSpaceInsert(&pThis->Entries, &pEntry->StrCore))
1127 pEntry->StrCore.cchString = cchEntry;
1128 pEntry->StrCore.pszString = pEntry->szName;
1135 if (RTStrSpaceInsert(&pThis->Entries, &pEntry->StrCore))
1182 PRTSTRSPACECORE pStrCore = RTStrSpaceRemove(&pThis->Entries, pEntry->StrCore.pszString);
1449 PRTMANIFESTATTR pAttr = RT_FROM_MEMBER(pStr, RTMANIFESTATTR, StrCore);
1464 PRTMANIFESTENTRY pEntry = RT_FROM_MEMBER(pStr, RTMANIFESTENTRY, StrCore);