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

/vbox/src/VBox/HostServices/HostChannel/
H A DHostChannel.h39 RTLISTNODE nodeClient; member in struct:VBOXHOSTCHCLIENT
H A DHostChannel.cpp51 RTLISTNODE nodeClient; /* In the client, for cleanup when a client disconnects. */ member in struct:VBOXHOSTCHINSTANCE
72 RTLISTNODE nodeClient; /* In the client, for cleanup when a client disconnects. */ member in struct:VBOXHOSTCHCALLBACKCTX
205 RTListForEach(&pClient->listChannels, pIter, VBOXHOSTCHINSTANCE, nodeClient)
271 RTListAppend(&pClient->listChannels, &pInstance->nodeClient);
303 RTListForEach(&pClient->listChannels, pIter, VBOXHOSTCHINSTANCE, nodeClient)
336 RTListForEach(&pClient->listChannels, pIter, VBOXHOSTCHINSTANCE, nodeClient)
372 RTListNodeRemove(&pInstance->nodeClient);
395 RTListAppend(&pClient->listContexts, &pCallbackCtx->nodeClient);
433 RTListForEach(&pClient->listContexts, pIter, VBOXHOSTCHCALLBACKCTX, nodeClient)
444 RTListNodeRemove(&pCallbackCtx->nodeClient);
[all...]

Completed in 43 milliseconds