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

/vbox/src/VBox/HostServices/HostChannel/
H A DHostChannel.cpp31 typedef struct VBOXHOSTCHPROVIDER struct
44 } VBOXHOSTCHPROVIDER; typedef in typeref:struct:VBOXHOSTCHPROVIDER
55 VBOXHOSTCHPROVIDER *pProvider; /* NULL if the provider was unregistered. */
91 static void vhcProviderDestroy(VBOXHOSTCHPROVIDER *pProvider)
96 static int32_t vhcProviderAddRef(VBOXHOSTCHPROVIDER *pProvider)
101 static void vhcProviderRelease(VBOXHOSTCHPROVIDER *pProvider)
112 static VBOXHOSTCHPROVIDER *vhcProviderFind(VBOXHOSTCHCTX *pCtx, const char *pszName)
114 VBOXHOSTCHPROVIDER *pProvider = NULL;
120 VBOXHOSTCHPROVIDER *pIter;
121 RTListForEach(&pCtx->listProviders, pIter, VBOXHOSTCHPROVIDER, nodeContex
[all...]

Completed in 269 milliseconds