Lines Matching defs:List
315 RTLISTNODE List;
323 RTListInit(&List);
336 RTListAppend(&List, &pRegResult->ListEntry);
359 RTListAppend(&List, &pRegResult->ListEntry);
370 RTListAppend(&List, &pRegResult->ListEntry);
374 RTListAppend(&List, &pBottomReg->ListEntry);
380 if (RTListIsEmpty(&List))
384 PRTLISTNODE pEntry = List.pNext;
385 for (; pEntry != &List; pEntry = pNext)
1199 RTListInit(&pCompositor->List);
1207 RTListForEachSafe(&pCompositor->List, pEntry, pEntryNext, VBOXVR_COMPOSITOR_ENTRY, Node)
1244 RTListPrepend(&pCompositor->List, &pEntry->Node);
1380 RTListForEachSafe(&pCompositor->List, pCur, pNext, VBOXVR_COMPOSITOR_ENTRY, Node)
1671 RTListForEach(&pCompositor->List, pCur, VBOXVR_COMPOSITOR_ENTRY, Node)
1720 RTListForEachSafe(&pCompositor->List, pEntry, pEntryNext, VBOXVR_COMPOSITOR_ENTRY, Node)