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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp137 * (RTSTRCACHEBIGENTRY). */
156 typedef struct RTSTRCACHEBIGENTRY struct
166 } RTSTRCACHEBIGENTRY; typedef in typeref:struct:RTSTRCACHEBIGENTRY
169 typedef RTSTRCACHEBIGENTRY *PRTSTRCACHEBIGENTRY;
171 typedef RTSTRCACHEBIGENTRY *PCRTSTRCACHEBIGENTRY;
384 RTListForEachSafe(&pThis->BigEntryList, pCur, pNext, RTSTRCACHEBIGENTRY, ListEntry)
496 cchString = RT_FROM_MEMBER(pEntry, RTSTRCACHEBIGENTRY, Core)->cchString;
667 size_t cbEntry = RT_UOFFSETOF(RTSTRCACHEBIGENTRY, Core.szString[cchString + 1]);
808 PRTSTRCACHEBIGENTRY pBigEntry = RT_FROM_MEMBER(pEntry, RTSTRCACHEBIGENTRY, Core);
995 ? RT_FROM_MEMBER(pStr, RTSTRCACHEBIGENTRY, Cor
[all...]

Completed in 45 milliseconds