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

/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2305 TSMFHOSTCHCTX *pHostChCtx; /* NULL if no corresponding host channel context. */ member in struct:TSMFVRDPCTX
2312 TSMFHOSTCHCTX *pHostChCtx = (TSMFHOSTCHCTX *)RTMemAllocZ(sizeof(TSMFHOSTCHCTX)); local
2313 if (!pHostChCtx)
2321 RTMemFree(pHostChCtx);
2325 *ppHostChCtx = pHostChCtx;
2353 TSMFHOSTCHCTX *pHostChCtx = NULL; local
2356 int rc = tsmfContextsAlloc(&pHostChCtx, &pVRDPCtx);
2362 pHostChCtx->pThis = pThis;
2363 pHostChCtx->pVRDPCtx = pVRDPCtx;
2368 pVRDPCtx->pHostChCtx
2390 TSMFHOSTCHCTX *pHostChCtx = (TSMFHOSTCHCTX *)pvChannel; local
2429 TSMFHOSTCHCTX *pHostChCtx = (TSMFHOSTCHCTX *)pvChannel; local
2465 TSMFHOSTCHCTX *pHostChCtx = (TSMFHOSTCHCTX *)pvChannel; local
2644 TSMFHOSTCHCTX *pHostChCtx = pVRDPCtx->pHostChCtx; local
[all...]

Completed in 55 milliseconds