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

/vbox/src/VBox/Storage/testcase/
H A DVDScriptAst.cpp234 RTLISTANCHOR ListFree; local
241 RTListInit(&ListFree);
242 RTListAppend(&ListFree, &pAstNode->ListNode);
246 pAstNode = RTListGetFirst(&ListFree, VDSCRIPTASTCORE, ListNode);
256 RTListAppend(&ListFree, &pFn->pRetType->Core.ListNode);
258 RTListAppend(&ListFree, &pFn->pFnIde->Core.ListNode);
265 RTListAppend(&ListFree, &pArg->ListNode);
269 RTListAppend(&ListFree, &pFn->pCompoundStmts->Core.ListNode);
276 RTListAppend(&ListFree, &pAstNodeArg->pType->Core.ListNode);
278 RTListAppend(&ListFree,
[all...]
/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp139 RTLISTANCHOR ListFree; member in struct:USBPROXYDEVLNX
329 pUrbLnx = RTListGetFirst(&pDevLnx->ListFree, USBPROXYURBLNX, NodeList);
368 RTListAppend(&pDevLnx->ListFree, &pUrbLnx->NodeList);
652 RTListInit(&pDevLnx->ListFree);
802 RTListForEachSafe(&pDevLnx->ListFree, pUrbLnx, pUrbLnxNext, USBPROXYURBLNX, NodeList)

Completed in 466 milliseconds