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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp272 RTLISTANCHOR BigEntryList; member in struct:RTSTRCACHEINT
336 RTListInit(&pThis->BigEntryList);
384 RTListForEachSafe(&pThis->BigEntryList, pCur, pNext, RTSTRCACHEBIGENTRY, ListEntry)
675 RTListAppend(&pThis->BigEntryList, &pBigEntry->ListEntry);

Completed in 46 milliseconds