Searched refs:RTStrSpaceInsert (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrspace.cpp85 RTDECL(bool) RTStrSpaceInsert(PRTSTRSPACE pStrSpace, PRTSTRSPACECORE pStr) function
101 RT_EXPORT_SYMBOL(RTStrSpaceInsert); variable
/vbox/src/VBox/Runtime/common/checksum/
H A Dmanifest2.cpp693 if (RT_UNLIKELY(!RTStrSpaceInsert(&pEntry->Attributes, &pAttr->StrCore)))
1010 if (!RTStrSpaceInsert(&pThis->Entries, &pEntry->StrCore))
1135 if (RTStrSpaceInsert(&pThis->Entries, &pEntry->StrCore))
/vbox/src/VBox/HostServices/GuestProperties/
H A Dservice.cpp538 if (RTStrSpaceInsert(&mhProperties, &pProp->mStrCore))
713 if (RTStrSpaceInsert(&mhProperties, &pProp->mStrCore))
/vbox/src/VBox/Storage/testcase/
H A DVDScriptInterp.cpp780 bool fInserted = RTStrSpaceInsert(&pFnCall->ScopeRoot.hStrSpaceVar, &pVar->Core);
H A DVDScript.cpp2808 RTStrSpaceInsert(&pThis->hStrSpaceFn, &pFn->Core);
2959 RTStrSpaceInsert(&pThis->hStrSpaceFn, &pFn->Core);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFAddrSpace.cpp433 if (RTStrSpaceInsert(&pUVM->dbgf.s.AsNameSpace, &pDbNode->NameCore))
H A DDBGFReg.cpp457 bool fInserted = RTStrSpaceInsert(&pUVM->dbgf.s.RegSetSpace, &pRegSet->Core);
475 bool fInserted2 = RTStrSpaceInsert(&pUVM->dbgf.s.RegSpace, &paLookupRecs[iLookupRec].Core);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcontainer.cpp431 if (RTStrSpaceInsert(&pThis->Names, &pSymbol->NameCore))
H A Ddbgas.cpp592 if (!RTStrSpaceInsert(&pDbgAs->NameSpace, &pName->StrCore))
/vbox/include/iprt/
H A Dstring.h3088 RTDECL(bool) RTStrSpaceInsert(PRTSTRSPACE pStrSpace, PRTSTRSPACECORE pStr);
H A Dmangling.h1521 # define RTStrSpaceInsert RT_MANGLER(RTStrSpaceInsert) macro
/vbox/src/bldprogs/
H A DVBoxTpG.cpp231 bool fRc = RTStrSpaceInsert(&g_StrSpace, &pStr->Core);

Completed in 135 milliseconds