Searched refs:nodeContext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/HostChannel/
H A DHostChannel.cpp35 RTLISTNODE nodeContext; /* Member of the list of providers in the service context. */ member in struct:VBOXHOSTCHPROVIDER
121 RTListForEach(&pCtx->listProviders, pIter, VBOXHOSTCHPROVIDER, nodeContext)
147 RTListAppend(&pCtx->listProviders, &pProvider->nodeContext);
169 RTListNodeRemove(&pProvider->nodeContext);
495 RTListForEachSafe(&pCtx->listProviders, pIter, pIterNext, VBOXHOSTCHPROVIDER, nodeContext)

Completed in 44 milliseconds