Searched refs:RTStrSpaceGetN (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrspace.cpp190 RTDECL(PRTSTRSPACECORE) RTStrSpaceGetN(PRTSTRSPACE pStrSpace, const char *pszString, size_t cchMax) function
205 RT_EXPORT_SYMBOL(RTStrSpaceGetN); variable
/vbox/src/bldprogs/
H A DVBoxCPP.cpp1648 && RTStrSpaceGetN(&pThis->StrSpace, pszDefine, cchDefine) != NULL;
1667 return (PVBCPPMACRO)RTStrSpaceGetN(&pThis->StrSpace, pszDefine, cchDefine);
2529 PRTSTRSPACECORE pHit = RTStrSpaceGetN(&pThis->StrSpace, pszDefine, cchDefine);
4589 || RTStrSpaceGetN(&pThis->UndefStrSpace, pchDefine, cchDefine) != NULL)
4635 || RTStrSpaceGetN(&pThis->UndefStrSpace, pchDefine, cchDefine) != NULL)
H A DVBoxTpG.cpp215 PVTGSTRING pStr = (PVTGSTRING)RTStrSpaceGetN(&g_StrSpace, pch, cch);
/vbox/include/iprt/
H A Dstring.h3121 RTDECL(PRTSTRSPACECORE) RTStrSpaceGetN(PRTSTRSPACE pStrSpace, const char *pszString, size_t cchMax);
H A Dmangling.h1520 # define RTStrSpaceGetN RT_MANGLER(RTStrSpaceGetN) macro
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFReg.cpp2424 PCDBGFREGLOOKUP pLookupRec = (PCDBGFREGLOOKUP)RTStrSpaceGetN(pRegSpace, pachReg, cchReg);

Completed in 143 milliseconds