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

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServicePropCache.cpp49 PVBOXSERVICEVEPROPCACHEENTRY pNodeIt, pNode = NULL; local
52 RTListForEach(&pCache->NodeHead, pNodeIt, VBOXSERVICEVEPROPCACHEENTRY, NodeSucc)
54 if (strcmp(pNodeIt->pszName, pszName) == 0)
56 pNode = pNodeIt;
328 PVBOXSERVICEVEPROPCACHEENTRY pNodeIt = NULL; local
346 RTListForEach(&pCache->NodeHead, pNodeIt, VBOXSERVICEVEPROPCACHEENTRY, NodeSucc)
348 if (RTStrStr(pNodeIt->pszName, pszPath) == pNodeIt->pszName)
351 rc = VBoxServicePropCacheUpdate(pCache, pNodeIt->pszName, pszValue);
374 PVBOXSERVICEVEPROPCACHEENTRY pNodeIt local
[all...]
H A DVBoxServiceToolBox.cpp450 PVBOXSERVICETOOLBOXPATHENTRY pNodeIt; local
452 RTListForEach(&inputList, pNodeIt, VBOXSERVICETOOLBOXPATHENTRY, Node)
454 rc = RTFileOpen(&hInput, pNodeIt->pszName,
466 pNodeIt->pszName, pMsg->pszMsgFull);
468 RTMsgError("Could not open input file '%s', rc=%Rrc\n", pNodeIt->pszName, rc);
723 PVBOXSERVICETOOLBOXDIRENTRY pNodeIt; local
724 RTListForEach(&dirList, pNodeIt, VBOXSERVICETOOLBOXDIRENTRY, Node)
726 rc = VBoxServiceToolboxPrintFsInfo(pNodeIt->dirEntry.szName, pNodeIt->dirEntry.cbName,
728 &pNodeIt
912 PVBOXSERVICETOOLBOXPATHENTRY pNodeIt; local
1583 PVBOXSERVICETOOLBOXPATHENTRY pNodeIt; local
[all...]

Completed in 52 milliseconds