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

/vbox/src/bldprogs/
H A DVBoxTpG.cpp108 typedef struct VTGSTRING struct
116 } VTGSTRING; typedef in typeref:struct:VTGSTRING
117 typedef VTGSTRING *PVTGSTRING;
123 /** The string space organizing the string table strings. Each node is a VTGSTRING. */
125 /** Used by the string table enumerator to set VTGSTRING::offStrTab. */
222 pStr = (PVTGSTRING)RTMemAlloc(RT_OFFSETOF(VTGSTRING, szString[cch + 1]));
245 PVTGSTRING pStr = RT_FROM_MEMBER(pszStrTabString, VTGSTRING, szString[0]);

Completed in 48 milliseconds