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

/vbox/src/VBox/HostServices/HostChannel/
H A DHostChannel.cpp70 typedef struct VBOXHOSTCHCALLBACKCTX struct
75 } VBOXHOSTCHCALLBACKCTX; typedef in typeref:struct:VBOXHOSTCHCALLBACKCTX
383 static int vhcCallbackCtxCreate(VBOXHOSTCHCLIENT *pClient, VBOXHOSTCHCALLBACKCTX **ppCallbackCtx)
387 VBOXHOSTCHCALLBACKCTX *pCallbackCtx = (VBOXHOSTCHCALLBACKCTX *)RTMemAllocZ(sizeof(VBOXHOSTCHCALLBACKCTX));
418 static int vhcCallbackCtxDelete(VBOXHOSTCHCALLBACKCTX *pCallbackCtx)
432 VBOXHOSTCHCALLBACKCTX *pIter;
433 RTListForEach(&pClient->listContexts, pIter, VBOXHOSTCHCALLBACKCTX, nodeClient)
523 VBOXHOSTCHCALLBACKCTX *pIte
[all...]

Completed in 44 milliseconds