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

/vbox/include/iprt/
H A Dstring.h3049 typedef struct RTSTRSPACECORE *PRTSTRSPACECORE; typedef in typeref:struct:RTSTRSPACECORE
3051 typedef PRTSTRSPACECORE *PPRTSTRSPACECORE;
3061 PRTSTRSPACECORE pLeft;
3063 PRTSTRSPACECORE pRight;
3065 PRTSTRSPACECORE pList;
3075 typedef PRTSTRSPACECORE RTSTRSPACE;
3088 RTDECL(bool) RTStrSpaceInsert(PRTSTRSPACE pStrSpace, PRTSTRSPACECORE pStr);
3098 RTDECL(PRTSTRSPACECORE) RTStrSpaceRemove(PRTSTRSPACE pStrSpace, const char *pszString);
3108 RTDECL(PRTSTRSPACECORE) RTStrSpaceGet(PRTSTRSPACE pStrSpace, const char *pszString);
3121 RTDECL(PRTSTRSPACECORE) RTStrSpaceGet
[all...]

Completed in 52 milliseconds