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

/vbox/src/VBox/HostServices/HostChannel/
H A DHostChannel.cpp64 RTLISTANCHOR listProviders; member in struct:VBOXHOSTCHCTX
121 RTListForEach(&pCtx->listProviders, pIter, VBOXHOSTCHPROVIDER, nodeContext)
147 RTListAppend(&pCtx->listProviders, &pProvider->nodeContext);
484 RTListInit(&pCtx->listProviders);
495 RTListForEachSafe(&pCtx->listProviders, pIter, pIterNext, VBOXHOSTCHPROVIDER, nodeContext)

Completed in 42 milliseconds