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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp177 typedef struct RTSTRCACHEFREE struct
184 struct RTSTRCACHEFREE *pNext;
185 } RTSTRCACHEFREE; typedef in typeref:struct:RTSTRCACHEFREE
187 AssertCompileMembersAtSameOffset(RTSTRCACHEENTRY, cRefs, RTSTRCACHEFREE, uZero);
188 AssertCompileMembersAtSameOffset(RTSTRCACHEENTRY, szString, RTSTRCACHEFREE, pNext);
190 typedef RTSTRCACHEFREE *PRTSTRCACHEFREE;
197 * This differs from RTSTRCACHEFREE only in having a back pointer for more

Completed in 47 milliseconds