Lines Matching refs:mEntryPoints

536 VRDEENTRYPOINTS_4 ConsoleVRDPServer::mEntryPoints; /* A copy of the server entry points. */
1536 mEntryPoints = *pEntryPoints4;
1537 mpEntryPoints = &mEntryPoints;
1566 mEntryPoints.header = pEntryPoints3->header;
1567 mEntryPoints.VRDEDestroy = pEntryPoints3->VRDEDestroy;
1568 mEntryPoints.VRDEEnableConnections = pEntryPoints3->VRDEEnableConnections;
1569 mEntryPoints.VRDEDisconnect = pEntryPoints3->VRDEDisconnect;
1570 mEntryPoints.VRDEResize = pEntryPoints3->VRDEResize;
1571 mEntryPoints.VRDEUpdate = pEntryPoints3->VRDEUpdate;
1572 mEntryPoints.VRDEColorPointer = pEntryPoints3->VRDEColorPointer;
1573 mEntryPoints.VRDEHidePointer = pEntryPoints3->VRDEHidePointer;
1574 mEntryPoints.VRDEAudioSamples = pEntryPoints3->VRDEAudioSamples;
1575 mEntryPoints.VRDEAudioVolume = pEntryPoints3->VRDEAudioVolume;
1576 mEntryPoints.VRDEUSBRequest = pEntryPoints3->VRDEUSBRequest;
1577 mEntryPoints.VRDEClipboard = pEntryPoints3->VRDEClipboard;
1578 mEntryPoints.VRDEQueryInfo = pEntryPoints3->VRDEQueryInfo;
1579 mEntryPoints.VRDERedirect = pEntryPoints3->VRDERedirect;
1580 mEntryPoints.VRDEAudioInOpen = pEntryPoints3->VRDEAudioInOpen;
1581 mEntryPoints.VRDEAudioInClose = pEntryPoints3->VRDEAudioInClose;
1582 mEntryPoints.VRDEGetInterface = NULL;
1583 mpEntryPoints = &mEntryPoints;
1611 mEntryPoints.header = pEntryPoints1->header;
1612 mEntryPoints.VRDEDestroy = pEntryPoints1->VRDEDestroy;
1613 mEntryPoints.VRDEEnableConnections = pEntryPoints1->VRDEEnableConnections;
1614 mEntryPoints.VRDEDisconnect = pEntryPoints1->VRDEDisconnect;
1615 mEntryPoints.VRDEResize = pEntryPoints1->VRDEResize;
1616 mEntryPoints.VRDEUpdate = pEntryPoints1->VRDEUpdate;
1617 mEntryPoints.VRDEColorPointer = pEntryPoints1->VRDEColorPointer;
1618 mEntryPoints.VRDEHidePointer = pEntryPoints1->VRDEHidePointer;
1619 mEntryPoints.VRDEAudioSamples = pEntryPoints1->VRDEAudioSamples;
1620 mEntryPoints.VRDEAudioVolume = pEntryPoints1->VRDEAudioVolume;
1621 mEntryPoints.VRDEUSBRequest = pEntryPoints1->VRDEUSBRequest;
1622 mEntryPoints.VRDEClipboard = pEntryPoints1->VRDEClipboard;
1623 mEntryPoints.VRDEQueryInfo = pEntryPoints1->VRDEQueryInfo;
1624 mEntryPoints.VRDERedirect = NULL;
1625 mEntryPoints.VRDEAudioInOpen = NULL;
1626 mEntryPoints.VRDEAudioInClose = NULL;
1627 mEntryPoints.VRDEGetInterface = NULL;
1628 mpEntryPoints = &mEntryPoints;