Searched refs:VTGARG (Results 1 - 1 of 1) sorted by relevance
/vbox/src/bldprogs/ |
H A D | VBoxTpG.cpp | 57 typedef struct VTGARG struct 71 } VTGARG; typedef in typeref:struct:VTGARG 72 typedef VTGARG *PVTGARG; 631 RTListForEach(&pProbe->ArgHead, pArg, VTGARG, ListEntry) 654 pArg = RTListNodeGetNext(&pProbe->ArgHead, VTGARG, ListEntry); 655 pArg2 = RTListNodeGetNext(&pProbe2->ArgHead, VTGARG, ListEntry); 661 pArg = RTListNodeGetNext(&pArg->ListEntry, VTGARG, ListEntry); 662 pArg2 = RTListNodeGetNext(&pArg2->ListEntry, VTGARG, ListEntry); 813 RTListForEach(&pProbe->ArgHead, pArg, VTGARG, ListEntry) 984 PVTGARG const pFirstArg = RTListGetFirst(&pProbe->ArgHead, VTGARG, ListEntr [all...] |
Completed in 8576 milliseconds